Update Dockerfile

whitespace, more updates to follow
This commit is contained in:
M0VUB
2022-05-17 02:06:48 +01:00
committed by GitHub
parent ff5c2edb7c
commit 1be6bcec97
+1 -1
View File
@@ -4,7 +4,7 @@ COPY entrypoint-proxy /entrypoint
RUN adduser -D -u 54001 hbmon && \
apk update && \
apk add git gcc musl-dev libffi-dev libssl-dev cargo && \
apk add git gcc musl-dev libffi-dev libssl-dev cargo && \
cd /opt && \
git clone https://github.com/ShaYmez/HBMonv2.git && \
cd /opt/HBmonv2 && \