fixed escaped labels

This commit is contained in:
2024-03-14 20:51:24 -04:00
parent a9392ea302
commit e8b59e9c1c
3 changed files with 10 additions and 7 deletions

View File

@ -14,6 +14,7 @@ LABEL com.github.containers.toolbox="true" \
usage="Java currrent custom developer images" \
summary="Wyatt's custom Java 21 image" \
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>" \
vendor="Miller Web Solutions"
# Install .NET and related tools
RUN dnf install java-21-openjdk java-21-openjdk-devel -y -q && dnf clean all