Skip to content

Instantly share code, notes, and snippets.

@gigidn
Created June 13, 2019 15:06
Show Gist options
  • Save gigidn/d6756b97363fe8045c2f8950b7cdc231 to your computer and use it in GitHub Desktop.
Save gigidn/d6756b97363fe8045c2f8950b7cdc231 to your computer and use it in GitHub Desktop.
apt-get update \
&& apt-get install -y --no-install-recommends \
python3-pip \
python3-setuptools \
python3-renderpm \
python3-babel \
python3-dateutil \
python3-decorator \
python3-docutils \
python3-feedparser \
python3-gevent \
python3-html2text \
python3-jinja2 \
python3-lxml \
python3-mako \
python3-mock \
python3-ofxparse \
python3-passlib \
python3-pil \
python3-psutil \
python3-psycopg2 \
python3-pydot \
python3-pyparsing \
python3-pypdf2 \
python3-reportlab \
python3-requests \
python3-serial \
python3-tz \
python3-usb \
python3-vatnumber \
python3-werkzeug \
python3-xlsxwriter \
python3-yaml \
python3-suds \
python3-openssl \
curl \
xz-utils \
python3-wheel \
postgresql-client \
xfonts-75dpi \
libssl1.0-dev \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \
&& echo '7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb\
&& apt-get -y install -f --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip3 install chardet==3.0.4 ebaysdk==2.1.5 libsass==0.12.3 MarkupSafe==0.23 qrcode==5.3 \
&& pip3 install vobject==0.9.3 xlwt==1.3.* xlrd==1.0.0 codicefiscale unicodecsv phonenumbers num2words \
&& pip3 install google-auth google-auth-httplib2 google-api-python-client pyxb==1.2.6 \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment