diff options
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile index f251d06ea..3894aa968 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,8 +41,6 @@ RUN apk upgrade --no-cache \ openssl-dev \ tar \ git \ - protoc \ - protobuf-dev \ && apk add --no-cache \ ca-certificates \ su-exec \ @@ -55,7 +53,6 @@ RUN apk upgrade --no-cache \ uwsgi \ uwsgi-python3 \ brotli \ - protobuf \ && pip3 install --upgrade pip \ && pip3 install --no-cache -r requirements.txt \ && apk del build-dependencies \ |