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 6354a0f commit fcea953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apk update && apk add --no-cache make gcc libc-dev wget
WORKDIR /tmp
RUN wget -O udpxy.tar.gz https://github.com/pcherenkov/udpxy/archive/refs/tags/1.0-25.1.tar.gz \
&& tar zxf udpxy.tar.gz \
&& cd udpxy-* && cd chipmunk && make && make install
&& cd udpxy-* && cd chipmunk && make && make install \
&& rm -rf /tmp/udpxy* # 删除源码文件

# Alpine v3
FROM alpine:latest
Expand Down

0 comments on commit fcea953

Please sign in to comment.