We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a06f commit 3fc4e12Copy full SHA for 3fc4e12
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM python:3.10-bullseye
+FROM python:3.10-slim-bullseye
2
LABEL maintainer="[email protected]"
3
-LABEL description="Python 3.10-bullseye plus texlive and pandoc"
+LABEL description="Python 3.10-slim-bullseye plus texlive and pandoc"
4
5
RUN set -eux; \
6
apt-get update; \
0 commit comments