Skip to content

Commit 20694d3

Browse files
committed
Update release dockerfile
1 parent 4750b7e commit 20694d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM microsoft/dotnet:2.1.1-aspnetcore-runtime-stretch-slim
22

33
# Install the AWS CLI
44
RUN apt-get update && \
5+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
56
apt-get install -y postgresql-client-9.6 && \
67
apt-get -y install python curl unzip && cd /tmp && \
78
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" \

0 commit comments

Comments
 (0)