changeset 516:19605893f948

USASR-5154 list
author belknapSSDT <zach.belknap@mcoecn.org>
date Mon, 02 Oct 2023 09:31:26 -0400
parents ee5c8f4943ef
children 957e787ad842
files java-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/java-17/Dockerfile	Mon Oct 02 09:22:59 2023 -0400
+++ b/java-17/Dockerfile	Mon Oct 02 09:31:26 2023 -0400
@@ -2,7 +2,7 @@
 
 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
 
-RUN echo "deb http://deb.debian.org/debian buster main contrib" > /etc/apt/sources.list \
+RUN ls && echo "deb http://deb.debian.org/debian buster main contrib" > /etc/apt/sources.list \
     && echo "deb http://security.debian.org/debian-security/ buster/updates main contrib" >> /etc/apt/sources.list \
     && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
     && apt-get update \