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 c24a6ba commit 9175f95Copy full SHA for 9175f95
Dockerfile.use-installer
@@ -6,6 +6,8 @@ ENV TZ=America/Los_Angeles
6
RUN apt-get update && apt-get install -y \
7
libcanberra-gtk-module \
8
make \
9
+ curl \
10
+ git \
11
wget \
12
xz-utils && \
13
rm -rf /var/lib/apt/lists/*
0 commit comments