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
commit bae4a0a9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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*