Skip to content

Commit

Permalink
fix: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Feb 26, 2024
1 parent c19e239 commit db660b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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] /
Expand Down

0 comments on commit db660b3

Please sign in to comment.