Skip to content

Commit 2962c31

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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 [email protected]"
3+
RUN pip install python-lambda &&\
4+
mkdir /lambda
5+
COPY bin/* /usr/local/bin/
6+
WORKDIR /lambda

0 commit comments

Comments
 (0)