We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef62ee8 commit a41453dCopy full SHA for a41453d
1 file changed
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM alpine:latest
2
+LABEL maintainer="Kilna kilna@kilna.com"
3
+RUN apk add --no-cache --update python py-pip zip &&\
4
+ pip install python-lambda
5
+mkdir /workspace
6
+WORKDIR /workspace
7
+CMD /bin/sh -i
0 commit comments