Skip to content

Commit 96a25b2

Browse files
authored
Update dockerfile
1 parent 64d1cb1 commit 96a25b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zadanie2/dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
FROM node:24-alpine AS nodebuilder
33

44
#pobieranie nowej wersji pakietu
5-
RUN apk add --update --no-cache stdlib
5+
#RUN apk add --update --no-cache stdlib
6+
RUN go install github.com/x/y@latest \
7+
&& cp $GOPATH/bin/package /usr/local/bin/
68

79
# Uzycie zmiennej wersji
810
ARG VERSION

0 commit comments

Comments
 (0)