Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit d80b0a3

Browse files
committed
Dockerfile typo
Signed-off-by: tzununbekov <t.zununbekov@gmail.com>
1 parent 5af2a58 commit d80b0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-2.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ruby:2.5-alpine
44
RUN apk --no-cache add curl \
55
&& API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r") \
66
&& curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${API_VERSION}/aws-custom-runtime > aws-custom-runtime \
7-
&& chmod +x aws-custom-runtime \
7+
&& chmod +x aws-custom-runtime
88

99
ENV RUBYLIB "/opt"
1010
ENV LAMBDA_TASK_ROOT "/opt"

0 commit comments

Comments
 (0)