Nettoyage
This commit is contained in:
6
hooks/containerbuild/latex-compiler/basic-environment
Executable file
6
hooks/containerbuild/latex-compiler/basic-environment
Executable 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
|
Reference in New Issue
Block a user