Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit bba6416

Browse files
authored
Add --yes flag to apt-get autoremove command
1 parent f0f5945 commit bba6416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RUN echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries && \
1717
packagekit iso-codes gcc git-core make libcurl4-openssl-dev gpg-agent \
1818
libxml2-dev zlib1g-dev g++ libpq-dev nodejs apt-transport-https ca-certificates \
1919
webp gnupg imagemagick libgeos-dev postgresql-${POSTGRESQL_VERSION} && \
20-
apt-get autoremove --purge
20+
apt-get autoremove --purge --yes
2121

2222
RUN gem update --system 3.4.22

0 commit comments

Comments
 (0)