Skip to content

Commit

Permalink
Making the image smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Mar 10, 2018
1 parent dadf344 commit c5e1c76
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 @@ -16,7 +16,7 @@ RUN apt-get update && \
add-apt-repository -y ppa:gridcoin/gridcoin-stable && \
apt-get update && \
apt-get install -y gridcoinresearchd boinc-client supervisor && \
apt-get clean
apt-get clean && rm -Rf /var/lib/apt/lists

# Prepare data dir :
RUN mkdir /data
Expand Down

0 comments on commit c5e1c76

Please sign in to comment.