Update Dockerfile.browser

This commit is contained in:
Damien Duboeuf
2021-11-15 18:07:21 +01:00
committed by GitHub
parent 5520f78ee2
commit fa1b7051d6
+1 -1
View File
@@ -30,7 +30,7 @@ RUN mkdir -p /mqtt-explorer/config
WORKDIR /mqtt-explorer/app/
RUN apk update && apk add --no-cache git python make g++\
RUN apk update && apk add --no-cache git python3 py3-pip make g++\
&& yarn cache clean\
&& yarn install --network-timeout 1000000\
&& yarn build:browser\