Skip to content

Commit

Permalink
Merge pull request #827 from anaHue/master
Browse files Browse the repository at this point in the history
add - some packages to base Dockerfile
  • Loading branch information
Drumor authored Jun 30, 2022
2 parents 0cfc673 + 395c86a commit e82fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf clean metadata && \
dnf -y install langpacks-en && \
dnf -y install epel-release && \
dnf -y upgrade && \
dnf -y install python38 python38-pip python38-devel zip unzip tar sed openssh-server openssl bind-utils iproute file jq procps-ng && \
dnf -y install python38 python38-pip python38-devel zip unzip tar sed openssh-server openssl bind-utils iproute file jq procps-ng man curl net-tools screen nano bc && \
pip3.8 install msgpack pyzmq jinja2 PyYAML timeout-decorator ipython mypy && \
dnf clean all

Expand Down

0 comments on commit e82fa89

Please sign in to comment.