Skip to content

Commit

Permalink
Clean the zypper cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 17, 2017
1 parent 2590a92 commit c5e0180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM libyui/devel

RUN zypper --non-interactive in --no-recommends \
graphviz-devel
graphviz-devel \
&& zypper clean -a

COPY . /usr/src/app

0 comments on commit c5e0180

Please sign in to comment.