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 aad3c7b commit 68c2938Copy full SHA for 68c2938
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
2
LABEL maintainer [email protected]
3
ENV LANG C.UTF-8
4
@@ -8,7 +8,7 @@ RUN chmod 644 /etc/apt/trusted.gpg.d/apertium.gpg
8
ADD https://apertium.projectjj.com/apt/apertium.pref /etc/apt/preferences.d/apertium.pref
9
RUN chmod 644 /etc/apt/preferences.d/apertium.pref
10
11
-RUN echo "deb http://apertium.projectjj.com/apt/nightly bullseye main" > /etc/apt/sources.list.d/apertium.list
+RUN echo "deb http://apertium.projectjj.com/apt/nightly bookworm main" > /etc/apt/sources.list.d/apertium.list
12
13
RUN apt-get -qq update && apt-get -qq install apertium-all-dev
14
0 commit comments