[Ubuntu] Do not use apt-fast (#4784)

This commit is contained in:
Mikhail Koliada
2021-12-21 19:12:15 +03:00
committed by GitHub
parent 8ad56a1fed
commit 6e09f7e132
2 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ echo "JAVA_HOME=/usr/lib/jvm/adoptopenjdk-${DEFAULT_JDK_VERSION}-hotspot-amd64"
# add extra permissions to be able execute command without sudo
chmod -R 777 /usr/lib/jvm
# Install Ant
apt-fast install -y --no-install-recommends ant ant-optional
apt-get install -y --no-install-recommends ant ant-optional
echo "ANT_HOME=/usr/share/ant" | tee -a /etc/environment
# Install Maven