We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6d455 commit 2962c31Copy full SHA for 2962c31
Dockerfile-2.6
@@ -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