mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
seahub apk --no-cache
This commit is contained in:
parent
ee4d3f5685
commit
aba2900172
|
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||||
|
|
||||||
FROM alpine:3.9 AS pip
|
FROM alpine:3.9 AS pip
|
||||||
|
|
||||||
RUN apk add \
|
RUN apk add --no-cache \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
py3-setuptools \
|
py3-setuptools \
|
||||||
|
@ -53,7 +53,7 @@ django-pylibmc \
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.9
|
||||||
|
|
||||||
RUN apk add \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
socat \
|
socat \
|
||||||
python3 \
|
python3 \
|
||||||
|
|
Loading…
Reference in a new issue