From 97dc7bec9a19bea2e527bafd54025488823aa8f2 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 22 Jan 2023 21:47:54 +0900 Subject: [PATCH] +2MB --- lighttpd/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lighttpd/Dockerfile b/lighttpd/Dockerfile index ed0fb12..a87853d 100644 --- a/lighttpd/Dockerfile +++ b/lighttpd/Dockerfile @@ -1,7 +1,2 @@ FROM alpine AS lighttpd RUN apk --no-cache add lighttpd -FROM scratch -COPY --from=lighttpd /usr/sbin/lighttpd /usr/sbin/ -COPY --from=lighttpd /lib /lib -COPY --from=lighttpd /usr/lib /usr/lib -WORKDIR /var/tmp