FROM heroku/heroku:22 RUN curl -sSL https://github.com/jpillora/chisel/releases/download/v1.7.7/chisel_1.7.7_linux_amd64.gz | zcat > /usr/bin/chisel RUN chmod +x /usr/bin/chisel EXPOSE 7860 CMD chisel server --socks5 --reverse --auth potato:potato --port 7860