1
0
Fork 0
forked from ahurac/dotfiles

Ajout de apt et docker dans les scripts d'update

This commit is contained in:
Hippolyte Chauvin 2023-05-02 19:51:53 +02:00
parent 9142a9fa42
commit dc3fe34e76
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
apt-get update
apt-get upgrade
apt-get autoremove

View file

@ -0,0 +1,3 @@
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
docker image prune