We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a3b69 commit a0ca525Copy full SHA for a0ca525
Dockerfile
@@ -1,7 +1,6 @@
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
+ pip install python-lambda &&\
+ mkdir /workspace
6
WORKDIR /workspace
7
-CMD /bin/sh -i
0 commit comments