Skip to content

Commit

Permalink
Fix collectstatic fail because of missing yuglify (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Sep 8, 2023
1 parent 1031a0b commit 15d0874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ RUN apt-get update -y && \
apt-get -y install python3-gdal python3-geoip sudo curl rpl && \
apt-get -y --force-yes install yui-compressor gettext && \
apt-get -y --purge autoremove make libc-dev musl-dev g++ && \
rm -rf /var/lib/apt/lists/* && \
apt-get install -y nodejs npm && \
npm install -g yuglify && \
apt-get remove -y npm && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* /root/.npm /root/.cache && \
rm -rf ~/.cache/pip
RUN wget https://github.com/jgm/pandoc/releases/download/1.17.1/pandoc-1.17.1-2-amd64.deb
RUN dpkg -i pandoc-1.17.1-2-amd64.deb && rm pandoc-1.17.1-2-amd64.deb
Expand Down
Binary file added deployment/logs/apt/eipp.log.xz
Binary file not shown.

0 comments on commit 15d0874

Please sign in to comment.