Skip to content

Commit 02c218f

Browse files
fawwazidezekg
authored andcommitted
fix: remove unnecessary line continuation in Dockerfile package installation
1 parent 7f3627a commit 02c218f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk add --no-cache \
2626
openssl \
2727
postgresql-dev \
2828
libc6-compat \
29-
libstdc++ && \
29+
libstdc++ \
3030
xz-libs && \
3131
bundle config --global without "${BUNDLE_WITHOUT}" && \
3232
bundle config --global path "${BUNDLE_PATH}" && \
@@ -55,7 +55,7 @@ RUN apk add --no-cache \
5555
libc6-compat \
5656
xz-libs \
5757
libxml2 \
58-
libxslt && \
58+
libxslt \
5959
libstdc++ && \
6060
adduser -h /app -g keygen -u 1000 -s /bin/bash -D keygen
6161

0 commit comments

Comments
 (0)