From 570710c6c693bd287a4aa4b2279b8f7e09173165 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 9 Jan 2025 01:31:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e9b872..7b34063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,6 +81,7 @@ ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu +COPY --from=thetorproject/snowflake-proxy:latest /bin/proxy /usr/local/bin/snowflake RUN echo "Initializing the system"; \ $SHELL_OPTS; \