Fix the double curly bracket typo. (#6960)

This commit is contained in:
Jan Pazdziora 2018-06-04 21:22:10 +02:00 committed by Travis Plunk
parent d67d87caf0
commit 3cb2424d8e

View file

@ -40,7 +40,7 @@ RUN localedef --charmap=UTF-8 --inputfile=en_US $LANG
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo | tee /etc/yum.repos.d/microsoft.repo
# Install latest powershell from Microsoft YUM Repo
RUN dnf install -y powershell-${POWERSHELL_VERSION}} \
RUN dnf install -y powershell-${POWERSHELL_VERSION} \
&& dnf clean all
# Use array to avoid Docker prepending /bin/sh -c