Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-23 18:41:36 +02:00
committed by GitHub
parent d39c6b23e4
commit 4d75f8cd2b

View File

@ -2,7 +2,7 @@ FROM nginx:alpine
WORKDIR /var/www/
RUN apk add --update nginx \
RUN apk add --update curl \
&& rm -rf /var/cache/apk/* \
&& wget https://github.com/hivemq/hivemq-mqtt-web-client/archive/master.zip \
&& unzip master.zip \