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

Merge pull request #37 from tarkusdev/EliotBerriot-patch-2

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