Skip to content

Commit

Permalink
update cs8 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Jan 25, 2024
1 parent d188dd0 commit 88591ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD centos8/conda_env.yml /srv/conda_env.yml

RUN dnf -y update && dnf clean all
RUN dnf -y install epel-release && dnf clean all
RUN dnf -y install wget python3 python3-pip tini redhat-lsb-core && dnf clean all
RUN dnf -y install wget python3 python3-pip tini redhat-lsb-core which gcc-c++ && dnf clean all

RUN python3 -m pip install --upgrade pip
# Install conda
Expand Down

0 comments on commit 88591ab

Please sign in to comment.