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 3b7e74a commit 4d7e045Copy full SHA for 4d7e045
Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update \
36
&& apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \
37
--no-install-recommends \
38
&& rm -rf /var/lib/apt/lists/*
39
-ADD ~/.aws-lambda-rie/aws-lambda-rie /usr/local/bin/aws-lambda-rie
+ADD aws-lambda-rie /usr/local/bin/aws-lambda-rie
40
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
41
RUN chmod u+x /usr/local/bin/entrypoint.sh
42
ENV HOME="/tmp"
0 commit comments