Skip to content

Commit

Permalink
Remove empty continuation line from Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: snixtho <[email protected]>
  • Loading branch information
araszka and snixtho authored Nov 9, 2024
1 parent 88b401f commit 2b3822d
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 @@ -33,7 +33,7 @@ RUN true \
&& adduser -u 9999 -Hh /app -G evosc -s /sbin/nologin -D evosc \
&& install -d -o evosc -g evosc -m 775 /app \
&& apk add --no-cache icu-libs \
&& true \
&& true

RUN true \
&& chown evosc:evosc -Rf /app \
Expand Down

0 comments on commit 2b3822d

Please sign in to comment.