ngbs 1 year ago
parent
commit
af0cb4d90e
1 changed files with 0 additions and 10 deletions
  1. 0 10
      doh-server/Dockerfile.server.jedisct1

+ 0 - 10
doh-server/Dockerfile.server.jedisct1

@@ -1,10 +0,0 @@
-# syntax=docker/dockerfile:1
-FROM playn/alpine AS builder
-RUN apk update --no-cache && \
-    apk add --no-cache rust cargo make && \
-    cargo install doh-proxy
-
-FROM playn/alpine
-COPY --from=builder /root/.cargo/bin/doh-proxy /usr/local/bin/doh-proxy
-RUN apk add --no-cache libgcc
-ENTRYPOINT [ "/usr/local/bin/doh-proxy" ]