Fix control file for Microsoft Docker setup

This commit is contained in:
Joshua Boniface 2019-02-09 19:32:06 -05:00
parent 00234a5ece
commit fb256b7aa0
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@ 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
# Build DEB
dpkg-buildpackage -us -uc

View File

@ -8,6 +8,9 @@ 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
# Build DEB
dpkg-buildpackage -us -uc