This commit is contained in:
Adam Shamblin 2022-11-22 09:21:58 -07:00
parent 4caf64edfe
commit 16013e1b4d
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -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"