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.
2 parents 89ea3e9 + 7df9f3a commit b19404bCopy full SHA for b19404b
okd/src/microshift-okd-multi-build.Containerfile
@@ -11,7 +11,8 @@ ENV GOMODCACHE=/microshift/.cache
11
12
# Adding non-root user for building microshift
13
RUN useradd -m -s /bin/bash microshift -d /microshift && \
14
- echo 'microshift ALL=(ALL) NOPASSWD: ALL' >/etc/sudoers.d/microshift
+ echo 'microshift ALL=(ALL) NOPASSWD: ALL' >/etc/sudoers.d/microshift && \
15
+ chmod 0640 /etc/shadow
16
COPY . /src
17
RUN chown -R microshift:microshift /microshift /src
18
0 commit comments