This commit is contained in:
Muhammad Atif Ali 2024-01-16 12:32:24 +03:00 committed by GitHub
parent c5c08dbb44
commit aa7221ec5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ COPY docker.list /etc/apt/sources.list.d/docker.list
# Install baseline packages
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install --yes \
-o Debug::pkgProblemResolver=yes \
bash \
build-essential \
ca-certificates \
@ -19,6 +20,7 @@ RUN apt-get update && \
curl \
docker-ce \
docker-ce-cli \
docker-buildx-plugin \
docker-compose-plugin \
htop \
locales \