Skip to content
Snippets Groups Projects
Commit 5d033e12 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman 💥
Browse files

Added missing backslash on new line

parent 7a1b7e42
No related branches found
No related tags found
No related merge requests found
Pipeline #1771 passed with stage
in 6 minutes and 54 seconds
...@@ -24,7 +24,7 @@ RUN apk update && \ ...@@ -24,7 +24,7 @@ RUN apk update && \
make \ make \
plantuml \ plantuml \
py3-pip \ py3-pip \
qpdf qpdf \
freetype \ freetype \
fontconfig \ fontconfig \
gnupg \ gnupg \
...@@ -34,7 +34,7 @@ RUN apk update && \ ...@@ -34,7 +34,7 @@ RUN apk update && \
tar \ tar \
wget \ wget \
xz xz
# DANGER: this will vary for different distributions, particularly the # DANGER: this will vary for different distributions, particularly the
# `linuxmusl` suffix. Alpine linux is a musl libc based distribution, for other # `linuxmusl` suffix. Alpine linux is a musl libc based distribution, for other
# "more common" distributions, you likely want just `-linux` suffix rather than # "more common" distributions, you likely want just `-linux` suffix rather than
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment