From 3ca7f08c4ebae02068a1327193d89ea4e0426fed Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 4 Nov 2022 22:02:33 -0500 Subject: [PATCH] Add curl to the image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 16b89df..53743c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ADD ./packer /usr/local/bin RUN apt-get update && apt-get install --no-install-recommends -y \ git \ ssh \ + curl \ && rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir --upgrade pip \ && pip install --no-cache-dir \ -- GitLab