From 4d75f8cd2bf7b8ee033aacf48f7845a06737c757 Mon Sep 17 00:00:00 2001 From: Joshua Schnabel Date: Thu, 23 Apr 2020 18:41:36 +0200 Subject: [PATCH] Update Dockerfile --- hivemq-mqtt-web-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hivemq-mqtt-web-client/Dockerfile b/hivemq-mqtt-web-client/Dockerfile index c5b2840..1bf9c69 100644 --- a/hivemq-mqtt-web-client/Dockerfile +++ b/hivemq-mqtt-web-client/Dockerfile @@ -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 \