We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d1cb1 commit 96a25b2Copy full SHA for 96a25b2
zadanie2/dockerfile
@@ -2,7 +2,9 @@
2
FROM node:24-alpine AS nodebuilder
3
4
#pobieranie nowej wersji pakietu
5
-RUN apk add --update --no-cache stdlib
+#RUN apk add --update --no-cache stdlib
6
+RUN go install github.com/x/y@latest \
7
+ && cp $GOPATH/bin/package /usr/local/bin/
8
9
# Uzycie zmiennej wersji
10
ARG VERSION
0 commit comments