We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62220a commit b52b22dCopy full SHA for b52b22d
Dockerfile
@@ -1,9 +1,5 @@
1
-FROM debian:8.0
+FROM dexec/base-python:1.0.0
2
MAINTAINER andystanton
3
-RUN apt-get update -qq -y && \
4
- apt-get install -y patch python3 && \
5
- apt-get clean && \
6
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
7
ADD image-common /tmp/dexec/image-common
8
VOLUME /tmp/dexec/build
9
ENTRYPOINT ["/tmp/dexec/image-common/dexec-script.sh", "python3"]
README.md
@@ -1,6 +1,6 @@
-# Docker Exec Image: Python
+# Docker Exec Image: Python 3
-A Dockerfile describing an container capable of executing Python source files.
+A Dockerfile describing an container capable of executing Python 3 source files.
# Build
0 commit comments