Skip to content

Commit bf3f544

Browse files
author
A Wokaty
committed
Set biocbuild uid to 1007 to circumvent permissions issues
1 parent c945428 commit bf3f544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:noble
22
FROM ${BASE_IMAGE} AS build
33
ARG CYCLE=release
44
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
5+
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
66
USER biocbuild
77
COPY . /home/biocbuild/bioconductor_salt
88
WORKDIR /home/biocbuild

0 commit comments

Comments
 (0)