add go
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2024-03-14 11:43:19 +01:00
parent 0c6403717a
commit 88e4308b62
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync npm
RUN apk add --no-cache hugo git openssh rsync npm go
RUN hugo version
RUN npm --version