Skip to content

Commit 68d0e09

Browse files
committed
Fix typo
1 parent b868b7e commit 68d0e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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 \
5+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
66
apt-get install -y postgresql-client-9.6 && \
77
apt-get -y install python curl unzip && cd /tmp && \
88
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" \

0 commit comments

Comments
 (0)