This commit is contained in:
parent
5993dc49f3
commit
c62978d4e1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
# utility-containers
|
||||
|
||||
Repository containing Dockerfiles to
|
||||
[](https://ci.jmbit.de/repos/3)
|
||||
|
||||
Repository containing Dockerfiles for various utility functions for and around filegate
|
||||
|
||||
## Builder
|
||||
Standard Docker Go image with the requirements for CGO and all of libpods build dependencies added
|
||||
|
|
|
@ -31,4 +31,4 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
|
|||
&& ln -sf /usr/include/asm-generic /usr/include/asm
|
||||
WORKDIR /usr/local/src
|
||||
COPY ./ ./
|
||||
RUN go get . && go mod download && go build -o filegate
|
||||
RUN go get . && go mod download && go build -o filegate
|
||||
|
|
Loading…
Add table
Reference in a new issue