Nettoyage

This commit is contained in:
2022-08-11 09:00:15 +02:00
parent 2ba42c7f37
commit 2e97a67522
16 changed files with 97 additions and 15 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
echo 'RUN apk update && apk upgrade' >> Dockerfile
echo 'RUN apk add --no-cache git' >> Dockerfile