Skip to content

Commit a0ca525

Browse files
committed
Initial development
1 parent 68a3b69 commit a0ca525

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM alpine:latest
22
LABEL maintainer="Kilna kilna@kilna.com"
33
RUN apk add --no-cache --update python py-pip zip &&\
4-
pip install python-lambda
5-
mkdir /workspace
4+
pip install python-lambda &&\
5+
mkdir /workspace
66
WORKDIR /workspace
7-
CMD /bin/sh -i

0 commit comments

Comments
 (0)