Use caddy as HTTP server
This commit is contained in:
@ -10,7 +10,7 @@ RUN apk add --no-cache \
|
||||
python3 build-base freetype-dev libffi-dev \
|
||||
libpng-dev py3-setuptools python3-dev libxml2-dev \
|
||||
libxslt-dev openssl-dev jpeg-dev java-common \
|
||||
bash supervisor openssh inotify-tools gettext openjdk8 fastjar darkhttpd
|
||||
bash supervisor openssh inotify-tools gettext openjdk8 fastjar caddy
|
||||
|
||||
RUN ln -s /usr/bin/fastjar /usr/bin/jar
|
||||
RUN ln -s /usr/include/libxml2 /usr/include/libxml
|
||||
@ -29,6 +29,7 @@ RUN mkdir /fdroid
|
||||
WORKDIR /fdroid
|
||||
|
||||
COPY config.py /fdroid/config.py.tmpl
|
||||
COPY Caddyfile /fdroid/Caddyfile
|
||||
|
||||
COPY fdroid-update.sh /fdroid/fdroid-update.sh
|
||||
RUN chmod +x /fdroid/fdroid-update.sh
|
||||
|
Reference in New Issue
Block a user