aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/grpc/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/grpc/Dockerfile')
-rw-r--r--projects/grpc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/grpc/Dockerfile b/projects/grpc/Dockerfile
index c4bf37cf..5999a2c5 100644
--- a/projects/grpc/Dockerfile
+++ b/projects/grpc/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y software-properties-common python-software-properties
+RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:webupd8team/java
RUN apt-get update && apt-get -y install \
vim \