Skip to content

Commit

Permalink
feat(docker): Make it easier for users to install stuff into the images
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 31, 2024
1 parent 4ee535f commit 71aa6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ ARG RUNTIME_DEPS
ARG VERSION
ARG REVISION

# Allow `su` with no root password so non-priv users can install dependencies
RUN sed -i -e '/.so$/s/$/ nullok/' /etc/pam.d/su

# Set system locale to something other than 'C' that resolves to a real language
ENV LANG=en_US.UTF-8

Expand Down

0 comments on commit 71aa6f2

Please sign in to comment.