Skip to content

higanworks/docker-alpine-openlitespeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine-openlitespeed

alpine-openlitespeed

Build based directory structure like aports/litespeed.

Origin: https://git.alpinelinux.org/aports/tree/testing/litespeed?h=master

Usage

FROM higanworks/alpine-openlitespeed:1.5.11-1 AS openlitespeed
RUN /usr/sbin/lshttpd -v

FROM alpine:3.11
COPY --from=openlitespeed /etc/passwd /etc/passwd
COPY --from=openlitespeed /etc/group /etc/group
COPY --from=openlitespeed /etc/litespeed /etc/litespeed
COPY --from=openlitespeed /usr/sbin/lshttpd /usr/sbin/lshttpd
COPY --from=openlitespeed /usr/lib/litespeed /usr/lib/litespeed
COPY --from=openlitespeed /var/lib/litespeed /var/lib/litespeed
COPY --from=openlitespeed /var/log/litespeed /var/log/litespeed
RUN apk add pcre udns expat libgcc libstdc++ \
  php7-litespeed php7-bcmath php7-json php7-mcrypt php7-session php7-sockets php7-posix

...

to run foreground,

/var/lib/litespeed/bin/litespeed -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published