Skip to content

Commit 944e395

Browse files
committed
description
1 parent 3188bc4 commit 944e395

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dhi.alpine.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ RUN echo "" \
149149
# =========================
150150
# Stage 2: Package extractor
151151
# =========================
152+
# Inspired by: https://github.com/GoogleContainerTools/distroless/issues/863#issuecomment-986062361
152153
# more see: https://github.com/Tob1as/docker-build-example/blob/main/distroless.debian.Dockerfile#L54-L100
153154
FROM dev AS apk-extractor
154155

dhi.debian.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ RUN echo "" \
150150
# =========================
151151
# Stage 2: Package extractor
152152
# =========================
153+
# Taken from: https://github.com/GoogleContainerTools/distroless/issues/863#issuecomment-986062361
153154
# more see: https://github.com/Tob1as/docker-build-example/blob/main/distroless.debian.Dockerfile#L54-L100
154155
FROM dev AS deb-extractor
155156

dhi.helper.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV PACKAGE_LIST_NANO=""
3030
ENV PACKAGE_LIST_DB=""
3131
ENV PACKAGE_LIST_Q=""
3232
ENV PACKAGE_LIST_SSH=""
33-
# example package extractor: https://github.com/Tob1as/docker-php/blob/master/dhi.alpine.fpm.wsc.Dockerfile#L131
33+
# example package extractor: https://github.com/Tob1as/docker-php/blob/master/dhi.alpine.fpm.wsc.Dockerfile#L150
3434
# List of packages for download separated by spaces.
3535
ENV PACKAGE_LIST_CURL="curl libcurl zlib c-ares nghttp3 nghttp2-libs libidn2 libpsl libssl3 libcrypto3 zstd-libs brotli-libs libunistring"
3636
ENV PACKAGE_LIST_NANO="nano libncursesw ncurses-terminfo-base"

0 commit comments

Comments
 (0)