We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d28a7a commit 2bfb832Copy full SHA for 2bfb832
Dockerfile
@@ -2,7 +2,8 @@ FROM python:3.10-slim
2
3
RUN \
4
--mount=type=cache,target=/var/cache/apt \
5
- apt-get install -y git build-essential zlib1g-dev protobuf-compiler
+ apt-get -y update &&
6
+ apt-get -y install git build-essential zlib1g-dev protobuf-compiler
7
8
9
--mount=type=cache,target=/root/.cache/pip \
0 commit comments