remove tests and fakes [ci skip]

This commit is contained in:
2022-02-20 02:13:06 +05:30
parent c857b66f5e
commit 45d9fcc84d
8 changed files with 2 additions and 1654 deletions

View File

@@ -7,7 +7,7 @@ RUN go build -o /assets/in ./cmd/in
RUN go build -o /assets/out ./cmd/out
RUN go build -o /assets/check ./cmd/check
FROM alpine:edge AS resource
FROM alpine:latest AS resource
RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
COPY --from=builder assets/ /opt/resource/
RUN chmod +x /opt/resource/*