Update snowflake/Containerfile
This commit is contained in:
parent
cc4ce82ec0
commit
01192ccecd
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM registry.fedoraproject.org/fedora-minimal
|
||||
|
||||
ENV TZ=Europe/Warsaw
|
||||
RUN dnf5 install -y shadow-utils git golang && \
|
||||
# install also tor, for geoip data
|
||||
RUN dnf5 install -y shadow-utils git golang tor && \
|
||||
useradd -u 1423 -m -s '/bin/bash' -U snowflake && \
|
||||
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
|
||||
git clone https://git.torproject.org/pluggable-transports/snowflake.git && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue