diff options
| -rw-r--r-- | tools/deploystatic/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/deploystatic/Dockerfile b/tools/deploystatic/Dockerfile index 855e7f38..d32abf4e 100644 --- a/tools/deploystatic/Dockerfile +++ b/tools/deploystatic/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye +FROM debian:bookworm RUN apt-get -y update && apt-get -y upgrade && apt-get -y install python3-jinja2 python3-markdown python3-dateutil && apt-get -y clean RUN mkdir /source /target ADD deploystatic.py entrypoint.sh / |
