Skip to content

Commit

Permalink
github: tweak Docker.github to empty the Docker cache
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gazagnaire <[email protected]>
  • Loading branch information
samoht committed Dec 12, 2016
1 parent cce5c6c commit 36d91de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM docker/datakit:server

# TMP
RUN cd /home/opam/opam-repository && git pull && opam update -y
RUN cd /home/opam/opam-repository && git pull && \
opam update -y

COPY datakit-github.opam /home/opam/src/datakit/datakit-github.opam
RUN opam pin add github --dev -n
Expand Down

0 comments on commit 36d91de

Please sign in to comment.