ngbs 5 years ago
parent
commit
cc3abd890e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tinyfec/Dockerfile

+ 1 - 1
tinyfec/Dockerfile

@@ -6,6 +6,6 @@ RUN apk add --no-cache git  build-base linux-headers && \
     make nolimit_release
 
 FROM playn/alpine
-RUN apk add --no-cache libstdc++ iptables ip6tables
+RUN apk add --no-cache iptables ip6tables
 COPY --from=builder /tinyfecVPN/tinyvpn_amd64 /bin/tinyvpn
 ENTRYPOINT [ "/bin/tinyvpn" ]