Merge pull request #759 from thewtex/ssh-keys

base: Remove ssh keys
This commit is contained in:
Matt McCormick
2023-01-03 09:54:21 -05:00
committed by GitHub

View File

@ -41,4 +41,5 @@ RUN \
python-is-python3 \
&& apt-get clean autoclean --yes \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ \
&& rm /etc/ssh/*key*