Skip to content

Commit

Permalink
add clean cache to dockerfile (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Tal Yichye <[email protected]>
  • Loading branch information
tyichye19 authored Aug 10, 2022
1 parent 7ec6369 commit fd3942e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
MAINTAINER IBM Storage

RUN microdnf update -y && microdnf clean all

ARG VCS_REF
ARG VCS_URL

Expand Down

0 comments on commit fd3942e

Please sign in to comment.