Skip to content
Snippets Groups Projects
Commit 404b0fd1 authored by Sebastian's avatar Sebastian
Browse files

Install packages required by tor-browser-build

parent 98db679b
No related branches found
No related tags found
No related merge requests found
Pipeline #14308 failed
...@@ -16,10 +16,15 @@ apt-get update ...@@ -16,10 +16,15 @@ apt-get update
apt-get -y upgrade apt-get -y upgrade
# install Debian packages # install Debian packages
# `binutils` and `fakeroot` are needed for `packageDeb` task on Desktop
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
git \ git wget \
wget ibyaml-libyaml-perl libtemplate-perl libdatetime-perl \
libio-handle-util-perl libio-all-perl \
libio-captureoutput-perl libjson-perl libpath-tiny-perl \
libstring-shellquote-perl libsort-versions-perl \
libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
libfile-copy-recursive-perl libfile-slurp-perl \
mercurial uidmap
# clean up for smaller image size # clean up for smaller image size
apt-get -y autoremove --purge apt-get -y autoremove --purge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment