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 cd6758c commit c7fbf85Copy full SHA for c7fbf85
docker/Dockerfile.debian
@@ -32,7 +32,7 @@ RUN apt-get update \
32
&& apt-get install -y --no-install-recommends curl \
33
&& addgroup --gid ${STEPGID} step \
34
&& 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"
38
0 commit comments