Skip to content

Commit 6235f0a

Browse files
committed
fix docker build
1 parent 1ae44f6 commit 6235f0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-slim-bullseye
1+
FROM python:3-slim-bookworm
22

33
LABEL maintainer="[email protected]"
44
LABEL org.opencontainers.image.authors='[email protected]'
@@ -10,11 +10,11 @@ LABEL org.opencontainers.image.description='Containerized E-Book Profanity Scrub
1010
ENV DEBIAN_FRONTEND noninteractive
1111
ENV TERM xterm
1212
ENV PYTHONUNBUFFERED 1
13+
ENV PIP_ROOT_USER_ACTION ignore
1314

1415
ADD . /usr/local/src/montag-cleaner
1516

16-
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
17-
apt-get update -q && \
17+
RUN apt-get update -q && \
1818
apt-get -y install -qq --no-install-recommends \
1919
ca-certificates \
2020
curl \

0 commit comments

Comments
 (0)