ARM version of nginx on Alpine is back

This commit is contained in:
kexkey
2018-11-20 20:11:07 -05:00
parent 6f1d9348f9
commit 4673b12993

View File

@@ -1,6 +1,4 @@
# Does not work on ARM / Raspberry Pi
FROM cyphernode/nginx:1.14.1-alpine
FROM nginx:alpine
RUN apk add --update --no-cache \
git \