Compare commits
1 Commits
3c59c3e927
...
d2cce68cf9
Author | SHA1 | Date | |
---|---|---|---|
d2cce68cf9 |
@@ -1,7 +1,8 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
# Install Python and curl
|
# Install Python and curl
|
||||||
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv curl
|
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
|
||||||
|
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