Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Jun 4, 2021
1 parent 7c58317 commit b30fb0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM teddysun/xray
RUN apk add --no-cache alpine-conf
FROM alpine:latest
RUN apk add --no-cache python3
RUN apk add --no-cache py3-pip
ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
CMD /entrypoint.sh

0 comments on commit b30fb0d

Please sign in to comment.