Skip to content
Snippets Groups Projects
Commit db9cd08e authored by techknowlogick's avatar techknowlogick Committed by Eliot Berriot
Browse files

Update Dockerfile to use Alpine 3.11

Reduce size of image by using --no-cache
parent ace84818
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.8
FROM alpine:3.11
RUN \
echo 'installing dependencies' && \
apk add \
apk add --no-cache \
bash \
git \
gettext \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment