Skip to content

Commit

Permalink
Update mom_ubuntu.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 13, 2023
1 parent 914a119 commit beda533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mom_ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -
# Install Cantera
RUN wget -O /tmp/cantera_key.asc "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B658577822FF0E4CAF2AD557E9FADFA1CFBACEB" && \
apt-key add /tmp/cantera_key.asc && \
apt-add-repository ppa:cantera-team/cantera && \
apt-add-repository "ppa:cantera-team/cantera" && \
apt-get update && \
apt-get install -y cantera-python3 cantera-dev cantera-common && \
apt-get clean && \
Expand Down

0 comments on commit beda533

Please sign in to comment.