Skip to content

Commit 2bfb832

Browse files
Update Dockerfile
Signed-off-by: Jan Heinrich Reimer <[email protected]>
1 parent 6d28a7a commit 2bfb832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM python:3.10-slim
22

33
RUN \
44
--mount=type=cache,target=/var/cache/apt \
5-
apt-get install -y git build-essential zlib1g-dev protobuf-compiler
5+
apt-get -y update &&
6+
apt-get -y install git build-essential zlib1g-dev protobuf-compiler
67

78
RUN \
89
--mount=type=cache,target=/root/.cache/pip \

0 commit comments

Comments
 (0)