Skip to content

Commit

Permalink
Flexible base image
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Jan 22, 2024
1 parent 5e94b3b commit 7cdfcd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:jammy
ARG BASE_IMAGE="ubuntu:jammy"
FROM ${BASE_IMAGE}
ARG CYCLE=release
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
USER biocbuild
Expand Down

0 comments on commit 7cdfcd7

Please sign in to comment.