bump devcontainer to bookworm, add documentation

This commit is contained in:
mrbwburns
2023-11-26 20:29:02 +01:00
parent a7c3edc60e
commit b885105147
5 changed files with 37 additions and 308 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9-slim-bullseye as development
FROM python:3.11-slim-bookworm as development
WORKDIR /app
RUN apt-get -y update && apt-get install -yqq dos2unix chromium chromium-driver \
libxi6 libgconf-2-4 python3-selenium \