We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef62ee8 + a41453d commit 7fee345Copy full SHA for 7fee345
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