mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 12:00:01 +02:00
Update Dockerfile to use Alpine 3.11
Reduce size of image by using --no-cache
This commit is contained in:
parent
ace8481802
commit
db9cd08e7a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM alpine:3.8
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo 'installing dependencies' && \
|
echo 'installing dependencies' && \
|
||||||
apk add \
|
apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
gettext \
|
gettext \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue