Skip to content
Snippets Groups Projects
Commit 3ca7f08c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add curl to the image

parent 77d41ff5
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment