Some cleaning in the Dockerfile files

This commit is contained in:
Luis Ángel San Martín
2024-09-22 17:25:44 +02:00
parent 522410c635
commit 612f80f912
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ ENV APPNAME="YACReaderLibraryServer"
ENV HOME="/config"
LABEL maintainer="luisangelsm"
# install build & runtime packages
# install build packages
RUN \
apt-get update && \
apt-get install -y --no-install-recommends \