Skip to content

Commit

Permalink
clean apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Feb 18, 2016
1 parent 5c4f12c commit 0b8c2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ MAINTAINER Bertrand Gouny <[email protected]>
# sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
#  https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:cfssl/download.sh
RUN apt-get -y update \
&& /container/tool/add-service-available :cfssl
&& /container/tool/add-service-available :cfssl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Add service directory to /container/service
ADD service /container/service
Expand Down

0 comments on commit 0b8c2de

Please sign in to comment.