We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fbf85 commit 6d6af3aCopy full SHA for 6d6af3a
docker/Dockerfile.debian
@@ -31,7 +31,7 @@ RUN apt-get update \
31
&& apt-get upgrade -y \
32
&& apt-get install -y --no-install-recommends curl \
33
&& addgroup --gid ${STEPGID} step \
34
- && adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step
+ && adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step \
35
&& chown step:step /home/step
36
37
COPY --from=builder /src/bin/step "/usr/local/bin/step"
0 commit comments