Skip to content

Commit b52b22d

Browse files
Use python base image and specialise for python 3
1 parent f62220a commit b52b22d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
FROM debian:8.0
1+
FROM dexec/base-python:1.0.0
22
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/*
73
ADD image-common /tmp/dexec/image-common
84
VOLUME /tmp/dexec/build
95
ENTRYPOINT ["/tmp/dexec/image-common/dexec-script.sh", "python3"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Docker Exec Image: Python
1+
# Docker Exec Image: Python 3
22

3-
A Dockerfile describing an container capable of executing Python source files.
3+
A Dockerfile describing an container capable of executing Python 3 source files.
44

55
# Build
66

0 commit comments

Comments
 (0)