Skip to content
Snippets Groups Projects
Unverified Commit dc95fed1 authored by Eliot Berriot's avatar Eliot Berriot Committed by GitHub
Browse files

Updated to alpine:3.11 and disabled package cache to reduce image size

parent db58fa64
Branches
No related tags found
No related merge requests found
FROM alpine:3.8
FROM alpine:3.11
MAINTAINER thetarkus
......@@ -9,7 +9,7 @@ MAINTAINER thetarkus
ARG arch=amd64
RUN \
echo 'installing dependencies' && \
apk add \
apk add --no-cache \
shadow \
gettext \
git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment