apt-get update

This commit is contained in:
Kiara Grouwstra 2025-08-04 11:46:44 +02:00
parent d00ca3d51e
commit 7d17912334
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -9,6 +9,7 @@ steps:
- name: check-dns-ubuntu - name: check-dns-ubuntu
image: ubuntu image: ubuntu
commands: commands:
- apt-get update
- apt-get install iputils-ping dnsutils git - apt-get install iputils-ping dnsutils git
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git - git clone -v https://git.fediversity.eu/kiara/Fediversity.git
- ping -v github.com - ping -v github.com