Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhunter234 committed Sep 7, 2024
1 parent 210a38f commit 0206ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /tinyproxy
RUN ./autogen.sh && \
./configure --sysconfdir=/etc --enable-transparent --enable-upstream \
--enable-reverse --enable-filter --enable-silent-rules LDFLAGS="-static" && make
RUN printf 'Port 3128\nTimeout 600\nAllow ::1' > tinyproxy.conf
RUN printf 'Port 3128' > tinyproxy.conf

FROM scratch
COPY --from=build /tinyproxy/src/tinyproxy /tinyproxy
Expand Down

0 comments on commit 0206ab3

Please sign in to comment.