Alpine doesn't need apk update when --no-cache

This commit is contained in:
Paulo Diovani
2019-12-04 10:59:57 -03:00
parent b1faa64ca3
commit 01fa29ca1d
+1 -2
View File
@@ -1,7 +1,6 @@
FROM python:3.7-alpine as build
WORKDIR /wheels
RUN apk update --no-cache \
&& apk add --no-cache \
RUN apk add --no-cache \
g++ \
gcc \
libxml2 \