We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aa643 commit b34226cCopy full SHA for b34226c
Dockerfile
@@ -6,6 +6,7 @@ ARG BUILD_CONTAINERUM_API=https://api.containerum.io
6
ENV CONTAINERUM_API=$BUILD_CONTAINERUM_API
7
8
COPY . .
9
+RUN go get -u -v github.com/UnnoTed/fileb0x
10
RUN make build
11
12
FROM alpine:3.7
0 commit comments