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 f778ae3 commit 797325cCopy full SHA for 797325c
.buildkite/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get clean -y && \
11
12
# Set up all files as owned by non-root user
13
RUN groupadd -f --system -g ${BUILDER_GROUP} elastic \
14
- && (id -u ${BUILDER_USER} 2>&1 /dev/null || useradd --system --shell /bin/bash -u ${BUILDER_USER} -g ${BUILDER_GROUP} -m elastic 2>&1 /dev/null) \
+ && (id -u ${BUILDER_USER} || useradd --system --shell /bin/bash -u ${BUILDER_USER} -g ${BUILDER_GROUP} -m elastic) \
15
&& mkdir -p /usr/src/app \
16
&& chown -R ${BUILDER_USER}:${BUILDER_GROUP} /usr/src/ \
17
&& mkdir -p /.npm \
0 commit comments