mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-24 06:05:19 +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 \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 \
|
&& mkdir -p /usr/src/sublime_text \
|
||||||
&& tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \
|
&& tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \
|
||||||
&& rm /tmp/sublime.tar.bz2*
|
&& rm /tmp/sublime.tar.bz2*
|
||||||
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV TOR_VERSION 6.0a1
|
ENV TOR_VERSION 6.0a3
|
||||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||||
|
|
||||||
# download tor and check signature
|
# download tor and check signature
|
||||||
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV TOR_VERSION 6.0a1-hardened
|
ENV TOR_VERSION 6.0a3-hardened
|
||||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||||
|
|
||||||
# download tor and check signature
|
# download tor and check signature
|
||||||
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV TOR_VERSION 5.5
|
ENV TOR_VERSION 5.5.3
|
||||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||||
|
|
||||||
# download tor and check signature
|
# download tor and check signature
|
||||||
|
@ -10,7 +10,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
|||||||
|
|
||||||
ENV HOME /home/user
|
ENV HOME /home/user
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
ENV TOR_VERSION 0.1.0b3
|
ENV TOR_VERSION 0.1.0b5
|
||||||
ENV TOR_FINGERPRINT 0x6887935AB297B391
|
ENV TOR_FINGERPRINT 0x6887935AB297B391
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user