From 16013e1b4dfdb5a022032aed14ffc5a8c3bbc50c Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Tue, 22 Nov 2022 09:21:58 -0700 Subject: [PATCH] wip --- Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Earthfile b/Earthfile index 07a70dd7..e7ddcba4 100644 --- a/Earthfile +++ b/Earthfile @@ -7,7 +7,6 @@ FROM --platform amd64 ubuntu:16.04 # Install build prerequisites deps-base: RUN echo "APT start" - RUN nslookup 1.1.1.1 RUN cat /etc/apt/sources.list RUN cat /etc/resolv.conf RUN echo "APT stop"