mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
parent
8bcf4ebfbf
commit
dacc586dca
7 changed files with 84 additions and 74 deletions
17
Dockerfile
17
Dockerfile
|
@ -1,24 +1,9 @@
|
|||
ARG FROM_ARCH=amd64
|
||||
|
||||
# Multi-stage build, see https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
FROM alpine AS builder
|
||||
|
||||
# Download QEMU
|
||||
ADD https://github.com/balena-io/qemu/releases/download/v5.2.0%2Bbalena4/qemu-5.2.0.balena4-arm.tar.gz .
|
||||
RUN tar zxvf qemu-5.2.0.balena4-arm.tar.gz --strip-components 1
|
||||
ADD https://github.com/balena-io/qemu/releases/download/v5.2.0%2Bbalena4/qemu-5.2.0.balena4-aarch64.tar.gz .
|
||||
RUN tar zxvf qemu-5.2.0.balena4-aarch64.tar.gz --strip-components 1
|
||||
|
||||
FROM $FROM_ARCH/php:7-apache
|
||||
FROM php:7-apache
|
||||
|
||||
LABEL description="RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one."
|
||||
LABEL repository="https://github.com/RSS-Bridge/rss-bridge"
|
||||
LABEL website="https://github.com/RSS-Bridge/rss-bridge"
|
||||
|
||||
# Add QEMU
|
||||
COPY --from=builder qemu-arm-static /usr/bin
|
||||
COPY --from=builder qemu-aarch64-static /usr/bin
|
||||
|
||||
ENV APACHE_DOCUMENT_ROOT=/app
|
||||
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue