mirror of
https://github.com/kou029w/_.git
synced 2025-02-03 23:58:44 +00:00
3 lines
56 B
Text
3 lines
56 B
Text
|
FROM alpine AS lighttpd
|
||
|
RUN apk --no-cache add lighttpd
|