comparison java-17/Dockerfile @ 482:f240eb72a331

USASR-5154 remove line
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 28 Sep 2023 16:24:23 -0400
parents 0701c3e10254
children d21be5eaaddc
comparison
equal deleted inserted replaced
481:0701c3e10254 482:f240eb72a331
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 RUN cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/yum.repos.d/sources.list \ 5 RUN cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/yum.repos.d/sources.list \
6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/yum.repos.d/sources.list \ 6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/yum.repos.d/sources.list \
7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ 7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" \
8 && yum update \ 8 && yum update \
9 && yum install -y ttf-mscorefonts-installer \ 9 && yum install -y ttf-mscorefonts-installer \
10 && yum clean \ 10 && yum clean \
11 && yum autoremove -y \ 11 && yum autoremove -y \
12 && rm -rf /var/lib/apt/lists/* 12 && rm -rf /var/lib/apt/lists/*