This commit is contained in:
parent
b39983777b
commit
b75e83c6c1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:latest
|
||||
WORKDIR /opt/
|
||||
|
||||
RUN apk add git python3
|
||||
RUN apk add --no-cache git python3
|
||||
RUN git clone https://git.adrianux.net/ahoemann/Adrianux.net.git /opt
|
||||
RUN python3 -m venv /opt/.venv
|
||||
RUN /opt/.venv/bin/pip install -r requirements.txt
|
Loading…
Reference in a new issue