Skip to content

Commit

Permalink
add nc to development container (#3192)
Browse files Browse the repository at this point in the history
add nc to development container so developers can do simple echo origin servers. (`nc -e /bin/cat -lk 1234`)
  • Loading branch information
johrstrom authored Nov 17, 2023
1 parent 4036038 commit 9c934da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dnf -y update && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf install -y epel-release && \
dnf install -y ondemand ondemand-dex && \
dnf install -y gcc gcc-c++ libyaml-devel && \
dnf install -y gcc gcc-c++ libyaml-devel nc && \
dnf clean all && rm -rf /var/cache/dnf/*

RUN sed -i 's#^CREATE_MAIL_SPOOL=yes#CREATE_MAIL_SPOOL=no#' /etc/default/useradd; \
Expand Down

0 comments on commit 9c934da

Please sign in to comment.