[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #31130 [Applications/Tor Browser]: Use Debian 10 for our Android container images
#31130: Use Debian 10 for our Android container images
--------------------------------------+--------------------------------
Reporter: gk | Owner: tbb-team
Type: defect | Status: needs_revision
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-rbm | Actual Points:
Parent ID: #31127 | Points: 0.5
Reviewer: | Sponsor:
--------------------------------------+--------------------------------
Comment (by sisbell):
I'm still cleaning up the full build. I also need to add the checksums but
the following works perfectly within the rbm.conf
{{{
post_pkginst: |
OPENJDK_URL=https://snapshot.debian.org/archive/debian/20191028T162808Z/pool/main/o/openjdk-8
JDK_VERSION=8u222-b10-1~deb9u1_amd64
apt-get install -y -q wget ca-certificates-java java-common
libcups2 liblcms2-2 libjpeg62-turbo libfontconfig1 libnss3 libfreetype6
libpcsclite1 libx11-6 libglib2.0-0 libxrandr2 libxinerama1 libgl1 libgl1
-mesa-glx libgtk2.0-0 libatk-wrapper-java-jni libgif7 libpulse0
wget $OPENJDK_URL/openjdk-8-jdk_$JDK_VERSION.deb
wget $OPENJDK_URL/openjdk-8-jdk-headless_$JDK_VERSION.deb
wget $OPENJDK_URL/openjdk-8-jre-headless_$JDK_VERSION.deb
wget $OPENJDK_URL/openjdk-8-jre_$JDK_VERSION.deb
dpkg -i ./openjdk-8-jre-headless_$JDK_VERSION.deb
dpkg -i ./openjdk-8-jdk-headless_$JDK_VERSION.deb
dpkg -i ./openjdk-8-jre_$JDK_VERSION.deb
dpkg -i ./openjdk-8-jdk_$JDK_VERSION.deb
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31130#comment:19>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs