mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
commit
38fd168e84
|
@ -16,7 +16,7 @@ RUN sed -i.bak 's/sid main/sid main contrib/g' /etc/apt/sources.list && \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV FIREFOX_VERSION 45.0
|
||||
ENV FIREFOX_VERSION 45.0.1
|
||||
ENV LANG en-US
|
||||
|
||||
RUN curl -sSL "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FIREFOX_VERSION}/linux-x86_64/${LANG}/firefox-${FIREFOX_VERSION}.tar.bz2" -o /tmp/firefox.tar.bz2 \
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV TOR_VERSION 6.0a3
|
||||
ENV TOR_VERSION 6.0a4
|
||||
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.0a3-hardened
|
||||
ENV TOR_VERSION 6.0a4-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.3
|
||||
ENV TOR_VERSION 5.5.4
|
||||
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
||||
|
||||
# download tor and check signature
|
||||
|
|
Loading…
Reference in New Issue
Block a user