From db660b3bb8eb4307d62c8c3f7fae626411c8cb24 Mon Sep 17 00:00:00 2001 From: Dominic Reber Date: Mon, 26 Feb 2024 12:26:01 +0100 Subject: [PATCH] fix: remove unnecessary line --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01ac16596..566edfc87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN echo "Set disable_coredump false" >> /etc/sudo.conf # create the credentials to be able to pull private repos using ssh RUN mkdir /root/.ssh/ && ssh-keyscan github.com | tee -a /root/.ssh/known_hosts -RUN echo "session required pam_limits.so" | tee --append /etc/pam.d/common-session > /dev/null FROM base as apt-dependencies COPY apt-packages.tx[t] /