Mercurial > public > ssdt-docker
comparison java-17/Dockerfile @ 511:9ba85a0aa135
USASR-5154 use alpine
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Fri, 29 Sep 2023 13:02:52 -0400 |
parents | 7ffbb0f123e8 |
children | 8460201c99be |
comparison
equal
deleted
inserted
replaced
510:7ffbb0f123e8 | 511:9ba85a0aa135 |
---|---|
1 FROM openjdk:17 | 1 FROM openjdk:17-alpine |
2 | 2 |
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> | 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> |
4 | 4 |
5 RUN cat /etc/os-release && ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ | 5 RUN cat /etc/os-release && ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ |
6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \ | 6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \ |