We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c945428 commit bf3f544Copy full SHA for bf3f544
Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:noble
2
FROM ${BASE_IMAGE} AS build
3
ARG CYCLE=release
4
ARG NAME=
5
-RUN useradd -ms /bin/bash biocbuild && apt update -qq && apt install sudo systemd -y && usermod -aG sudo biocbuild && echo "biocbuild ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
+RUN useradd -m -s /bin/bash -u 1007 biocbuild && apt update -qq && apt install sudo systemd -y && usermod -aG sudo biocbuild && echo "biocbuild ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
6
USER biocbuild
7
COPY . /home/biocbuild/bioconductor_salt
8
WORKDIR /home/biocbuild
0 commit comments