Skip to content

Commit

Permalink
Fix setting up debian backports in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Jul 17, 2024
1 parent 22f3bf0 commit c5f36f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . "/srv/asciidoc"
# Install the dependencies that asciidoc needs. The mkdir line is needed as something pulls in java jdk and it
# will fail if that folder does not already exist because...java.
RUN mkdir -p /usr/share/man/man1/ \
&& echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list && apt-get update \
&& echo "deb http://deb.debian.org buster-backports main" >> /etc/apt/sources.list && apt-get update \
&& apt-get install -y --no-install-recommends \
autoconf \
dblatex \
Expand Down

0 comments on commit c5f36f8

Please sign in to comment.