Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion images/base/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY docker.list /etc/apt/sources.list.d/docker.list

# Install baseline packages
RUN apt-get update && \
apt-get install --yes \
apt-get install --yes --no-install-recommends --no-install-suggests \
bash \
build-essential \
ca-certificates \
Expand All @@ -28,6 +28,8 @@ RUN apt-get update && \
locales \
man \
pipx \
python3 \
python3-pip \
software-properties-common \
sudo \
systemd \
Expand Down