aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-QEMU-ARM
diff options
context:
space:
mode:
Diffstat (limited to 'Docker/Dockerfile-QEMU-ARM')
-rw-r--r--Docker/Dockerfile-QEMU-ARM5
1 files changed, 4 insertions, 1 deletions
diff --git a/Docker/Dockerfile-QEMU-ARM b/Docker/Dockerfile-QEMU-ARM
index 4d81a23f0..30b1e205b 100644
--- a/Docker/Dockerfile-QEMU-ARM
+++ b/Docker/Dockerfile-QEMU-ARM
@@ -1,7 +1,7 @@
# Only relevant for Docker Hub or QEMU multi-architecture builds.
# Prefer the normal `Dockerfile` if you are building manually on the targeted architecture.
-FROM arm32v7/ubuntu:19.04
+FROM arm32v7/ubuntu:19.10
# Requires ./hooks/*
COPY ./Docker/qemu-arm-* /usr/bin/
@@ -59,8 +59,11 @@ RUN update-ca-certificates -f
# Useful with the `--squash` build option
RUN rm /usr/bin/qemu-* /var/www/FreshRSS/Docker/qemu-*
+ENV COPY_LOG_TO_SYSLOG On
ENV COPY_SYSLOG_TO_STDERR On
ENV CRON_MIN ''
+ENV FRESHRSS_ENV ''
+
ENTRYPOINT ["./Docker/entrypoint.sh"]
EXPOSE 80