We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1338a1a commit 04be94cCopy full SHA for 04be94c
dotnetcore2.1/build/Dockerfile
@@ -21,6 +21,7 @@ RUN rm -rf /var/runtime /var/lang && \
21
22
# Add these as a separate layer as they get updated frequently
23
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
+ 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
26
27
CMD ["dotnet", "build"]
0 commit comments