docker: do not use houdini
user account before it exists.
This commit is contained in:
parent
3f8fe71762
commit
bede0068a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN rm -f /usr/share/keyrings/yarnpkg.gpg.key
|
|||
RUN chown root.root /usr/share/keyrings/yarnpkg.gpg
|
||||
RUN chmod 644 /usr/share/keyrings/yarnpkg.gpg
|
||||
# Run script to put keys in place and install
|
||||
COPY --chown=houdini:houdini script/build/debian/node.sh houdini/script/build/debian/node.sh
|
||||
COPY --chown=root:root script/build/debian/node.sh houdini/script/build/debian/node.sh
|
||||
RUN houdini/script/build/debian/node.sh
|
||||
# Switch to houdini user, rest of file run in as that user after created
|
||||
RUN /sbin/useradd --home-dir /houdini --create-home --shell /bin/bash houdini
|
||||
|
|
Loading…
Reference in a new issue