Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/release/fedora27/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down