mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
2 lines
56 B
Docker
2 lines
56 B
Docker
FROM alpine AS lighttpd
|
|
RUN apk --no-cache add lighttpd
|