Skip to content

Commit

Permalink
add python3 and pip stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Nov 23, 2024
1 parent 38519b2 commit df1e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm-diags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get -y upgrade
RUN apt-get -y remove cmake
RUN apt-get -y install software-properties-common
RUN add-apt-repository universe
RUN apt-get update && apt-get -y install wget unzip
RUN apt-get update && apt-get -y install wget unzip python3-full python3-pip

RUN apt-get -y autoremove

Expand Down

0 comments on commit df1e53a

Please sign in to comment.