Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 5e07787

Browse files
committed
Fixes
1 parent 631bf37 commit 5e07787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/java-12/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
2121
&& chmod 0440 /etc/sudoers.d/$USERNAME
2222

2323
# Verify git, needed tools installed
24-
RUN yum install -y git iproute2 curl procps unzip
24+
RUN yum install -y git net-tools curl procps unzip
2525

2626
#-------------------Uncomment the following steps to install Maven CLI Tools----------------------------------
2727
# ARG MAVEN_VERSION=3.6.1

containers/javascript-node-lts-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \
2121
#
2222
# Verify git and needed tools are installed
23-
&& apt-get-y install git iproute2 procps \
23+
&& apt-get -y install git iproute2 procps \
2424
#
2525
# Remove outdated yarn from /opt and install via package
2626
# so it can be easily updated via apt-get upgrade yarn

0 commit comments

Comments
 (0)