This commit is contained in:
Fedor Korotkiy 2023-03-31 07:56:56 +00:00
parent cada4b6259
commit 8048bd1d19

View file

@ -1,6 +1,6 @@
FROM golang:1.20-alpine
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@@v0.6.0
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@v0.6.0
COPY . /lectures