Tamarin/hooks/containerbuild/latex-compiler/basic-environment

7 lines
128 B
Plaintext
Raw Normal View History

2022-08-11 09:00:15 +02:00
#!/usr/bin/env bash
set -e
echo 'RUN apk update && apk upgrade' >> Dockerfile
echo 'RUN apk add --no-cache git' >> Dockerfile