Skip to content

Commit a41453d

Browse files
authored
Initial development
1 parent ef62ee8 commit a41453d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)