This commit is contained in:
Simon 2021-06-28 01:31:49 +01:00
parent cdbba03122
commit 278bade4a2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ COPY entrypoint-proxy /entrypoint
RUN adduser -D -u 54001 hbmon && \
apk update && \
apk add git gcc musl-dev && \
apk add git gcc musl-dev libffi-dev libssl-dev cargo && \
cd /opt && \
git clone https://github.com/sp2ong/HBMonv2.git && \
cd /opt/HBmonv2 && \