mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-23 16:28:40 -05:00
Update Dockerfile
Fix bug in Dockerfile
This commit is contained in:
parent
236858ca11
commit
de42de5245
@ -5,7 +5,7 @@ COPY entrypoint /entrypoint
|
|||||||
RUN adduser -D -u 54000 radio && \
|
RUN adduser -D -u 54000 radio && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add git gcc musl-dev && \
|
apk add git gcc musl-dev && \
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip && \
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
git clone https://github.com/ShaYmez/hblink3 && \
|
git clone https://github.com/ShaYmez/hblink3 && \
|
||||||
cd /opt/hblink3 && \
|
cd /opt/hblink3 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user