aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-02-19 21:07:09 +0100
committerGitHub <noreply@github.com>2020-02-19 21:07:09 +0100
commit0f173e1778577f11d86da38ff2174ac1f0e7d612 (patch)
tree20812a41d73520d58efe2a69f9b2b52b022c980d /deployment
parentcefac4f886e82a642380586b3d732e729cd76dd1 (diff)
parentcef796a5ba6dd256f425fb87c13d63c724499058 (diff)
Merge branch 'master' into sessionmanager
Diffstat (limited to 'deployment')
-rw-r--r--deployment/fedora-package-x64/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/fedora-package-x64/Dockerfile b/deployment/fedora-package-x64/Dockerfile
index f5c3ab7a66..05a4ef21f9 100644
--- a/deployment/fedora-package-x64/Dockerfile
+++ b/deployment/fedora-package-x64/Dockerfile
@@ -12,11 +12,11 @@ ENV ARTIFACT_DIR=/dist
RUN dnf update -y
# Install build dependencies
-RUN dnf install -y @buildsys-build rpmdevtools dnf-plugins-core libcurl-devel fontconfig-devel freetype-devel openssl-devel glibc-devel libicu-devel nodejs-yarn
+RUN dnf install -y @buildsys-build rpmdevtools git dnf-plugins-core libcurl-devel fontconfig-devel freetype-devel openssl-devel glibc-devel libicu-devel nodejs-yarn
# Install DotNET SDK
-RUN dnf copr enable -y @dotnet-sig/dotnet \
- && rpmdev-setuptree \
+RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
+ && curl -o /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/fedora/$(rpm -E %fedora)/prod.repo \
&& dnf install -y dotnet-sdk-${SDK_VERSION} dotnet-runtime-${SDK_VERSION}
# Create symlinks and directories