mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Ubuntu] unify apt install calls (#9953)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export ACCEPT_EULA=Y
|
||||
|
||||
apt-get update
|
||||
apt-get install -y mssql-tools unixodbc-dev
|
||||
apt-get install mssql-tools unixodbc-dev
|
||||
apt-get -f install
|
||||
ln -s /opt/mssql-tools/bin/* /usr/local/bin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user