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

Add Dockerfile

parent 19e5a790
No related branches found
No related tags found
1 merge request!18Add Dockerfile
FROM python:3.6-slim
ENV S3CMD_VER=2.3.0
ENV ANSIBLE_VER=4.10.0
ENV OSC_VER=5.8.0
ADD ./packer /usr/local/bin
RUN apt-get update && apt-get install --no-install-recommends -y \
git \
ssh \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir \
s3cmd==$S3CMD_VER \
ansible==$ANSIBLE_VER \
python-openstackclient==$OSC_VER
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