Skip to content

Commit

Permalink
Merge pull request coreos#47 from cgwalters/compose-refresh
Browse files Browse the repository at this point in the history
Dockerfile: Do a repo-refresh
  • Loading branch information
openshift-merge-robot authored May 21, 2018
2 parents 8932156 + 101f3e3 commit 58beaac
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
Expand Up @@ -6,7 +6,7 @@ COPY . /srv/tree/

RUN yum install -y make rpm-ostree

RUN cd /srv/tree && make rpmostree-compose && \
RUN cd /srv/tree && make repo-refresh && make rpmostree-compose && \
rm -rf build-repo

# Now inject this content into a new container
Expand Down

0 comments on commit 58beaac

Please sign in to comment.