Skip to content

Commit

Permalink
pgyvpn--ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aozhuochao committed Sep 13, 2023
1 parent 7037fdb commit 28c4d0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pgyvpn/pgyvpn-2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh

# 通过代理来使用

RUN apk add --no-cache tinyproxy \
RUN apt update \
&& apt install -y tinyproxy \
&& rm -rf /var/lib/apt/lists/* \
&& ln -s /usr/bin/tinyproxy /usr/sbin/

EXPOSE 8888
Expand Down

0 comments on commit 28c4d0a

Please sign in to comment.