diff --git a/Dockerfile b/Dockerfile index d8b9e16..7a67c32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,13 @@ COPY . /src/github.com/Luzifer/password WORKDIR /src/github.com/Luzifer/password/cmd/password RUN set -ex \ - && apk add --update git \ + && apk add --no-cache \ + git \ + nodejs \ + npm \ && go install -ldflags "-X main.version=$(git describe --tags || git rev-parse --short HEAD || echo dev)" + FROM alpine:latest LABEL maintainer "Knut Ahlers "