aboutsummaryrefslogtreecommitdiff
path: root/deployment/ubuntu-package-x64/docker-build.sh
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-11-26 09:47:26 +0100
committerBond-009 <bond.009@outlook.com>2019-11-26 09:47:26 +0100
commit50a535e6e4f53e8aa003e7c5343e8341a06686dc (patch)
tree10af56753f06fa82a423813999f056e274f21d7d /deployment/ubuntu-package-x64/docker-build.sh
parente7098f1997ee74eb3bdaad33836839ace6d80f64 (diff)
Use .Net Core 3.0 in all docker images
Diffstat (limited to 'deployment/ubuntu-package-x64/docker-build.sh')
-rwxr-xr-xdeployment/ubuntu-package-x64/docker-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/ubuntu-package-x64/docker-build.sh b/deployment/ubuntu-package-x64/docker-build.sh
index 9781879f6f..bb27bc7ee8 100755
--- a/deployment/ubuntu-package-x64/docker-build.sh
+++ b/deployment/ubuntu-package-x64/docker-build.sh
@@ -8,8 +8,8 @@ set -o xtrace
# Move to source directory
pushd ${SOURCE_DIR}
-# Remove build-dep for dotnet-sdk-2.2, since it's not a package in this image
-sed -i '/dotnet-sdk-2.2,/d' debian/control
+# Remove build-dep for dotnet-sdk-3.0, since it's not a package in this image
+sed -i '/dotnet-sdk-3.0,/d' debian/control
# Build DEB
dpkg-buildpackage -us -uc