Skip to content

Commit

Permalink
Add missing newline at end of file
Browse files Browse the repository at this point in the history
As the new swtgtk3nativebuild was copied from this Dockerfile
and there is the hope to keep them as similar as possible
I am adding the missing newline to match
#2802 (review)
  • Loading branch information
jonahgraham committed Feb 3, 2025
1 parent 8accd9a commit cf7f788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV SWT_JAVA_HOME=/usr/lib/jvm/default-java/

USER 10001
USER 10001
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if ! whoami > /dev/null 2>&1; then
echo "${USER_NAME:-default}:x:$(id -u):0:${USER_NAME:-default} user:${HOME}:/sbin/nologin" >> /etc/passwd
fi
fi
exec "$@"
exec "$@"

0 comments on commit cf7f788

Please sign in to comment.