We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956464c commit e82252eCopy full SHA for e82252e
1 file changed
Dockerfile
@@ -11,7 +11,8 @@ ENV UV_COMPILE_BYTECODE=1 \
11
WORKDIR /src
12
13
# install git-clone-ref.py dependencies
14
-RUN apt update && apt install -y git \
+RUN apt update && apt upgrade -y \
15
+ && apt install -y git \
16
&& apt clean
17
18
# get git-clone-ref.py script
0 commit comments