Skip to content
Snippets Groups Projects
Commit 0c71d680 authored by Michał Bień's avatar Michał Bień
Browse files

Removed unused dependency from dockerfile

parent 93a03c9d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build ...@@ -16,6 +16,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build
FROM alpine:latest FROM alpine:latest
MAINTAINER Michał Bień MAINTAINER Michał Bień
RUN apk add apache2-utils
COPY --from=builder /build/pkg/cmd/server/server /go/bin/nmaas-janitor COPY --from=builder /build/pkg/cmd/server/server /go/bin/nmaas-janitor
ENTRYPOINT /go/bin/nmaas-janitor -port $SERVER_PORT -token $GITLAB_TOKEN -url $GITLAB_URL ENTRYPOINT /go/bin/nmaas-janitor -port $SERVER_PORT -token $GITLAB_TOKEN -url $GITLAB_URL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment