Skip to content

Commit b8e044e

Browse files
author
Matt Burke
committed
Initial dockerfile commit
1 parent 84d879c commit b8e044e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git
2+
LICENSE
3+
README.md

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3.7-buster
2+
3+
RUN apt-get update && apt-get -yq install \
4+
python3-openstackclient \
5+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)