mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2026-06-20 06:38:40 -04:00
Update Dockerfile
This commit is contained in:
+3
-1
@@ -1,10 +1,12 @@
|
||||
FROM python:3.10-alpine
|
||||
FROM python:alpine3.18
|
||||
|
||||
COPY entrypoint-proxy /entrypoint
|
||||
|
||||
RUN adduser -D -u 54001 hbmon && \
|
||||
apk update && \
|
||||
apk add git gcc musl-dev libffi-dev libssl-dev cargo && \
|
||||
pip install --upgrade pip && \
|
||||
pip cache purge && \
|
||||
cd /opt && \
|
||||
git clone https://github.com/ShaYmez/HBMonv2.git && \
|
||||
cd /opt/HBmonv2 && \
|
||||
|
||||
Reference in New Issue
Block a user