Update Dockerfile

This commit is contained in:
Aune 2023-02-13 08:20:51 +01:00 committed by GitHub
parent 42a456473d
commit 267e28c77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@ LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
ENV port=8282
RUN apk update
RUN apk add git
RUN apt update
RUN apt add git
ENV GO111MODULE=on