Update Dockerfile

Fix bug in Dockerfile
This commit is contained in:
M0VUB 2023-05-25 18:46:36 +01:00 committed by GitHub
parent 236858ca11
commit de42de5245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COPY entrypoint /entrypoint
RUN adduser -D -u 54000 radio && \
apk update && \
apk add git gcc musl-dev && \
pip install --upgrade pip
pip install --upgrade pip && \
cd /opt && \
git clone https://github.com/ShaYmez/hblink3 && \
cd /opt/hblink3 && \