Skip to content
Snippets Groups Projects

Compress compiled HTML before uploading

Merged Arkerthan requested to merge Arkerthan/fc-pregmod:compress into pregmod-master
1 unresolved thread
2 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
2
@@ -6,12 +6,17 @@
# Debug build process
# docker build --no-cache --progress=plain -t megacmd .
#Create debian as base image
# Create debian as base image
FROM debian
#Install packages
# Update
RUN apt-get -y update
RUN apt-get -y upgrade
# Install zip
RUN apt-get -y install zip
# mega cmd
# Install dependencies, when changing mega versions these may need to be adjusted
RUN apt-get -y install libc-ares2 libcrypto++6 libmediainfo0v5 libpcrecpp0v5 libzen0v5
# Install mega cmd
Loading