Skip to content

Commit 3200925

Browse files
authored
Update Dockerfile
Little more Dockerfile cleanup
1 parent 81aa27f commit 3200925

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ COPY . /app
44
RUN apk add --update --no-cache python2 py2-pip py2-gevent \
55
py2-flask py2-requests py2-pygments py2-redis \
66
py2-cffi py2-icu bash vim gawk sed \
7-
&& apk add --update --no-cache --virtual build-deps python2-dev \
7+
&& apk add --no-cache --virtual build-deps python2-dev \
88
build-base git \
99
&& pip install -r requirements.txt \
1010
&& sh share/scripts/get-sheets.sh \
11-
&& apk del build-deps \
12-
&& rm -rf /var/cache/apk/*
11+
&& apk del build-deps
1312
ENTRYPOINT ["python2"]
1413
CMD ["bin/srv.py"]

0 commit comments

Comments
 (0)