Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fanmingming authored Aug 25, 2024
1 parent 2ade4fd commit 22b9073
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ RUN wget -O udpxy.tar.gz https://github.com/pcherenkov/udpxy/archive/refs/tags/1
&& tar zxf udpxy.tar.gz \
&& cd udpxy-* && cd chipmunk && make && make install

# 删除不必要的文件和包
RUN apk del make gcc libc-dev wget \
&& rm -rf /tmp/udpxy*

# Alpine v3
FROM alpine:3.15
LABEL maintainer="fanmingming"
Expand Down

0 comments on commit 22b9073

Please sign in to comment.