mirror of
https://github.com/ShaYmez/hblink3.git
synced 2025-04-21 02:38:47 -04:00
Update Dockerfile
Bump up python version and force pip to use latest release
This commit is contained in:
parent
36c9b1b690
commit
236858ca11
@ -1,10 +1,11 @@
|
||||
FROM python:alpine3.17
|
||||
FROM python:alpine3.18
|
||||
|
||||
COPY entrypoint /entrypoint
|
||||
|
||||
RUN adduser -D -u 54000 radio && \
|
||||
apk update && \
|
||||
apk add git gcc musl-dev && \
|
||||
pip install --upgrade pip
|
||||
cd /opt && \
|
||||
git clone https://github.com/ShaYmez/hblink3 && \
|
||||
cd /opt/hblink3 && \
|
||||
|
Loading…
Reference in New Issue
Block a user