Skip to content

Commit 04be94c

Browse files
chrisoverzeromhart
authored andcommitted
Install Amazon Lambda Global Tools by Default (lambci#187)
1 parent 1338a1a commit 04be94c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnetcore2.1/build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN rm -rf /var/runtime /var/lang && \
2121

2222
# Add these as a separate layer as they get updated frequently
2323
RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
24-
pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.16.0 aws-lambda-builders==0.3.0 --no-cache-dir
24+
pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.16.0 aws-lambda-builders==0.3.0 --no-cache-dir && \
25+
dotnet tool install --global Amazon.Lambda.Tools --version 3.2.3
2526

2627
CMD ["dotnet", "build"]

0 commit comments

Comments
 (0)