Skip to content

Commit

Permalink
Docker readme (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate authored Dec 28, 2021
1 parent b30a61a commit 354f609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.centos8-cpp-env
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ RUN yum -y update && yum -y install dnf-plugins-core && yum config-manager --set
graphviz \
swig \
ninja-build \
valgrind \
wget \
&& yum clean all
1 change: 1 addition & 0 deletions docker/Dockerfile.ubuntu20-cpp-env
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ RUN apt-get update && apt-get -y install \
doxygen \
graphviz \
swig \
valgrind \
wget \
&& apt-get clean

0 comments on commit 354f609

Please sign in to comment.