Skip to content

Commit 1930c65

Browse files
committed
Add helper Makefile
1 parent d43b94c commit 1930c65

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.vagrant
2+
/versions

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
TAG := fkrull/multi-python
2+
3+
all: image versions-file
4+
5+
image:
6+
docker build -t $(TAG) .
7+
8+
versions-file:
9+
docker run --rm $(TAG) dpkg-query --show python2.? python3.? > versions

0 commit comments

Comments
 (0)