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