We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43b94c commit 1930c65Copy full SHA for 1930c65
.gitignore
@@ -1 +1,2 @@
1
/.vagrant
2
+/versions
Makefile
@@ -0,0 +1,9 @@
+TAG := fkrull/multi-python
+
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