We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4750b7e commit 20694d3Copy full SHA for 20694d3
1 file changed
Dockerfile.release
@@ -2,6 +2,7 @@ FROM microsoft/dotnet:2.1.1-aspnetcore-runtime-stretch-slim
2
3
# Install the AWS CLI
4
RUN apt-get update && \
5
+ mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
6
apt-get install -y postgresql-client-9.6 && \
7
apt-get -y install python curl unzip && cd /tmp && \
8
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" \
0 commit comments