diff --git a/Dockerfile b/Dockerfile index a02795d..95fb9a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -RUN apt install protobuf-compiler +RUN apt-get update && apt-get install protobuf-compiler RUN cargo build --release