mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
Merge pull request #117 from koep/master
Updated tor-browser and messenger
This commit is contained in:
commit
b464ef5055
|
@ -35,7 +35,7 @@ RUN apt-get update && apt-get -y install \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -sSL "http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \
|
||||
RUN curl -sSL "https://download.sublimetext.com/sublime_text_3_build_3103_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \
|
||||
&& mkdir -p /usr/src/sublime_text \
|
||||
&& tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \
|
||||
&& rm /tmp/sublime.tar.bz2*
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV TOR_VERSION 6.0a1
|
||||
ENV TOR_VERSION 6.0a3
|
||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||
|
||||
# download tor and check signature
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV TOR_VERSION 6.0a1-hardened
|
||||
ENV TOR_VERSION 6.0a3-hardened
|
||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||
|
||||
# download tor and check signature
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV TOR_VERSION 5.5
|
||||
ENV TOR_VERSION 5.5.3
|
||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||
|
||||
# download tor and check signature
|
||||
|
|
|
@ -10,7 +10,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
|||
|
||||
ENV HOME /home/user
|
||||
ENV LANG C.UTF-8
|
||||
ENV TOR_VERSION 0.1.0b3
|
||||
ENV TOR_VERSION 0.1.0b5
|
||||
ENV TOR_FINGERPRINT 0x6887935AB297B391
|
||||
|
||||
RUN apt-get update && apt-get -y install \
|
||||
|
|
Loading…
Reference in New Issue
Block a user