Skip to content

Commit fa92c27

Browse files
committed
Add sudo/bsdmainutils
1 parent 8750c68 commit fa92c27

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ ENV DEBIAN_FRONTEND=noninteractive
1010

1111
# Configure apt, install packages and tools
1212
RUN apt-get update \
13-
&& apt-get -y install --no-install-recommends apt-utils dialog nano \
13+
&& apt-get -y install --no-install-recommends apt-utils dialog nano sudo bsdmainutils \
1414
#
1515
# Verify git, process tools, lsb-release (common in install instructions for CLIs) installed
1616
&& apt-get -y install git iproute2 procps lsb-release \
1717
# Install Release Tools
1818
#
1919
# --> RPM used by goreleaser
20-
&& apt install -y rpm \
21-
# Clean up
22-
&& apt-get autoremove -y \
23-
&& apt-get clean -y \
24-
&& rm -rf /var/lib/apt/lists/*
20+
&& apt install -y rpm
2521

2622
# This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
2723
# property in devcontainer.json to use it. On Linux, the container user's GID/UIDs

0 commit comments

Comments
 (0)