Skip to content

Commit

Permalink
Add bioc version to user Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Nov 14, 2023
1 parent 80f9cd0 commit 7cb71cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=ubuntu
ARG UBUNTU_TAG=jammy
FROM ${BASE_IMAGE}:${UBUNTU_TAG} AS base

ARG BIOC_VERSION=3.18
USER root
COPY apt_setup.sh /bioc_scripts/apt_setup.sh
RUN bash /bioc_scripts/apt_setup.sh
RUN bash /bioc_scripts/apt_setup.sh $BIOC_VERSION

0 comments on commit 7cb71cd

Please sign in to comment.