Skip to content

Commit 3b8e568

Browse files
kturciosalexellis
authored andcommitted
Sync python versions for http templates and add headers
Signed-off-by: Kevin Turcios <[email protected]>
1 parent 461c2be commit 3b8e568

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

template/python3-http-armhf/index.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from flask import Flask, request, jsonify
23
from waitress import serve
34
import os

template/python3-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine
1+
FROM python:3.6-alpine
22

33
ARG ADDITIONAL_PACKAGE
44
# Alternatively use ADD https:// (which will not be cached by Docker builder)

template/python3-http/index.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from flask import Flask, request, jsonify
23
from waitress import serve
34
import os

0 commit comments

Comments
 (0)