Compare commits
1 Commits
d2cce68cf9
...
3c59c3e927
Author | SHA1 | Date | |
---|---|---|---|
3c59c3e927 |
@@ -1,8 +1,7 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
# Install Python and curl
|
# Install Python and curl
|
||||||
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
|
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv curl
|
||||||
apt-get update && apt-get install -y python3 python3-pip python3-venv curl
|
|
||||||
|
|
||||||
# Create and activate a virtual environment
|
# Create and activate a virtual environment
|
||||||
RUN python3 -m venv /app/venv
|
RUN python3 -m venv /app/venv
|
||||||
|
Reference in New Issue
Block a user