Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
docker: remove plyr sourcemaps to reduce build size
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 10, 2018
1 parent 65eec82 commit 027766a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apk add --update-cache --no-cache --virtual deps curl make gcc g++ python gi
rm -rf /droppy/node_modules/lodash/_* && \
rm -rf /droppy/node_modules/lodash/*.min.js && \
rm -rf /droppy/node_modules/lodash/core.js && \
rm -rf /droppy/node_modules/plyr/dist/*.map && \
apk del --purge deps && \
rm -rf /var/cache/apk/* && \
mkdir -p /root/.droppy && \
Expand Down

0 comments on commit 027766a

Please sign in to comment.