Skip to content

Commit

Permalink
Add --refresh to dnf update
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed Nov 17, 2018
1 parent b3057af commit b72a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:28
MAINTAINER Jiri Stransky <[email protected]>

RUN yum -y update; yum clean all
RUN yum -y update --refresh; yum clean all

COPY build.sh /root/build.sh
RUN /root/build.sh
Expand Down

0 comments on commit b72a28f

Please sign in to comment.