This commit is contained in:
emeric
2021-09-26 14:47:24 +02:00
parent d4d75236e0
commit 5acb5e4f73
7 changed files with 36 additions and 53 deletions
-3
View File
@@ -2,8 +2,6 @@ FROM alpine:3.14 AS build
WORKDIR /tmp/workdir
ARG MAKEFLAGS="-j2"
ARG PREFIX="/tmp/install"
ARG BUILD_PACKAGES=" \
@@ -131,7 +129,6 @@ RUN \
## Release Stage
FROM alpine:3.14 AS release
LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>"
LABEL version=${LMS_VERSION}
ARG RUNTIME_PACKAGES=" \
libssl1.1 \