There was an error while loading. Please reload this page.
1 parent e001cb5 commit a4a5c8fCopy full SHA for a4a5c8f
1 file changed
Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
32
python3 \
33
python3-pip \
34
python3-venv \
35
+ vim iputils-ping net-tools dnsutils curl \
36
&& rm -rf /var/lib/apt/lists/*
37
38
RUN pip install --upgrade google-cloud-secret-manager --break-system-packages
0 commit comments