Skip to content

Commit

Permalink
Merge pull request #1284 from smallstep/herman/768kb-docker-fix
Browse files Browse the repository at this point in the history
Fix Debian dockerfile
  • Loading branch information
hslatman authored Sep 25, 2024
2 parents cd6758c + 6d6af3a commit bec3072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl \
&& addgroup --gid ${STEPGID} step \
&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step

&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step \
&& chown step:step /home/step

COPY --from=builder /src/bin/step "/usr/local/bin/step"

Expand Down

0 comments on commit bec3072

Please sign in to comment.