File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,14 @@ ENV DEBIAN_FRONTEND=noninteractive
1010
1111# Configure apt, install packages and tools
1212RUN 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
You can’t perform that action at this time.
0 commit comments