Skip to content

Commit ff6c516

Browse files
fix: build stage
1 parent 9bb31ed commit ff6c516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal AS build
22
RUN microdnf update -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 && \
33
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 zip unzip make git gcc && \
44
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 go-toolset ca-certificates && \
@@ -34,4 +34,4 @@ EXPOSE 63512
3434
ENV CONFIG_PATH=/app/config/config.yaml
3535

3636
CMD ["/app/trawler"]
37-
37+

0 commit comments

Comments
 (0)