Update snowflake/Containerfile
All checks were successful
Build images / build-images-amd64 (push) Successful in 10m31s
Build images / build-images-arm64 (push) Successful in 50m21s
Build images / update-images-manifests (push) Successful in 30s

This commit is contained in:
Szwendacz 2025-06-09 10:50:56 +00:00
parent cc4ce82ec0
commit 01192ccecd

View file

@ -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 && \