Skip to content

Commit

Permalink
Set DEBIAN_FRONTEND="noninteractive"
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 19, 2024
1 parent 639ac55 commit 0831cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN useradd -ms /bin/bash biocbuild && apt update -qq && apt install sudo system
USER biocbuild
COPY . /home/biocbuild/bioconductor_salt
WORKDIR /home/biocbuild
RUN bash bioconductor_salt/startup_bbs_standalone_${CYCLE}.sh
RUN DEBIAN_FRONTEND="noninteractive" bash bioconductor_salt/startup_bbs_standalone_${CYCLE}.sh

FROM ubuntu:jammy as final
COPY --from=build / /
Expand Down

0 comments on commit 0831cbd

Please sign in to comment.