Skip to content

Commit b868b7e

Browse files
committed
Fix missing slim folders
1 parent 4ec0fc1 commit b868b7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.debug

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)