1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
This commit is contained in:
Nebel 2023-01-22 21:47:54 +09:00
parent fefb3a8287
commit 97dc7bec9a

View file

@ -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