mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
🔃 Sync Hub v0.6.1
This commit is contained in:
@@ -5,9 +5,9 @@ ARG INSTALL_DIR=/app
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev openssl-dev
|
||||
# RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev openssl-dev
|
||||
|
||||
RUN apk add --no-cache bash python3 \
|
||||
RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev \
|
||||
&& python -m venv /opt/venv
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user