Skip to content

Commit 2962c31

Browse files
committed
Added python 2.6
1 parent dc6d455 commit 2962c31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile-2.6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM python:2.6-alpine
2+
LABEL maintainer="Kilna kilna@kilna.com"
3+
RUN pip install python-lambda &&\
4+
mkdir /lambda
5+
COPY bin/* /usr/local/bin/
6+
WORKDIR /lambda

0 commit comments

Comments
 (0)