From 6aae099391ab571a36a4e690af71d56e7457ab01 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Tue, 22 Nov 2022 09:38:43 -0700 Subject: [PATCH] wip --- Earthfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Earthfile b/Earthfile index d4218f26..251688bd 100644 --- a/Earthfile +++ b/Earthfile @@ -6,11 +6,6 @@ FROM --platform amd64 ubuntu:16.04 # Install build prerequisites deps-base: - RUN echo "APT start" - RUN ping -c 1.1.1.1 - RUN cat /etc/apt/sources.list - RUN cat /etc/resolv.conf - RUN echo "APT stop" RUN apt-get -y update RUN apt-get install -y iproute2 curl build-essential cmake libssl-dev openssl file git pkg-config libdbus-1-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev