Skip to content

Commit

Permalink
Cleaned up Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenSanders committed Aug 13, 2020
1 parent 7602038 commit d58c7be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Docker Buildfile for the ycast-docker container based on alpine linux - about 41.4MB
# put dockerfile and bootstrap.sh in same directory
# usage: docker build --compress -f ycast-dockerfile-v9 -t yourrepro/ycast-docker:v9 .
# usage: docker build --compress -f Dockerfile -t netraams/ycast-docker:latest .
#
FROM alpine:latest

Expand Down Expand Up @@ -43,10 +43,8 @@ RUN apk --no-cache update && \
curl -L https://github.com/MaartenSanders/YCast/archive/$YC_VERSION.tar.gz \
| tar xvzC /opt/ycast && \
apk del --no-cache curl && \
# pip3 uninstall --no-cache-dir -y py3-pip && \
pip3 uninstall --no-cache-dir -y setuptools && \
find /usr/lib -name \*.pyc -exec rm -f {} \; && \
# find /usr/share/terminfo -type f -not -name xterm -exec rm -f {} \; && \
find /usr/lib -type f -name \*.exe -exec rm -f {} \;

#
Expand Down

0 comments on commit d58c7be

Please sign in to comment.