Fix control file for Microsoft Docker setup

pull/824/head
Joshua Boniface 5 years ago
parent 00234a5ece
commit fb256b7aa0

@ -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

@ -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

Loading…
Cancel
Save