Skip to content

Commit 7fee345

Browse files
authored
Merge pull request #1 from kilna/kilna-patch-1
Initial development
2 parents ef62ee8 + a41453d commit 7fee345

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)