Skip to content

Commit

Permalink
fix: build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymoorhouse committed Nov 19, 2024
1 parent 9bb31ed commit ff6c516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal AS build
RUN microdnf update -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 && \
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 zip unzip make git gcc && \
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 go-toolset ca-certificates && \
Expand Down Expand Up @@ -34,4 +34,4 @@ EXPOSE 63512
ENV CONFIG_PATH=/app/config/config.yaml

CMD ["/app/trawler"]


0 comments on commit ff6c516

Please sign in to comment.