Skip to content

Commit 93afca4

Browse files
committed
Dockerfile.submit: use python3
1 parent d5bb591 commit 93afca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ MAINTAINER Peter Bui <[email protected]>
44
RUN apk update
55

66
# Run-time dependencies
7-
RUN apk add python py-tornado py-requests py-yaml
7+
RUN apk add python3 py3-tornado py3-requests py3-yaml

0 commit comments

Comments
 (0)