mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 18:48:09 +00:00
Update References to Ubuntu 18.04 to 20.04 (#2535)
* Update References to 18.04 to 20.04 * Fixing Ubuntu Image. * Fix image.
This commit is contained in:
committed by
GitHub
parent
539861b573
commit
c277cd1ec3
@ -71,7 +71,7 @@ stages:
|
||||
set -ex
|
||||
unzip onefuzz-deployment-$(onefuzz_release.version).zip
|
||||
pip install -r requirements.txt
|
||||
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
|
||||
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
|
||||
sudo dpkg -i packages-microsoft-prod.deb
|
||||
sudo apt-get update
|
||||
sudo apt-get install azure-functions-core-tools-4
|
||||
|
Reference in New Issue
Block a user