added labels

This commit is contained in:
Tobias Schmidl 2023-01-13 18:27:50 +01:00
parent 3058ad3624
commit 8033fedf18
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
FROM alpine
LABEL org.label-schema.schema-version="1.0.0-rc1"
RUN apk fix && \
apk --no-cache --update add git git-lfs gpg less man-pages openssh patch git-annex && \
git lfs install