Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Add platform linux/armhf option
Browse files Browse the repository at this point in the history
  • Loading branch information
barsa-net committed Jul 2, 2020
1 parent dc0feb4 commit d7f62be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM php:7.2-apache
FROM --platform=linux/armhf php:7.2-apache
RUN set -eux; apt update; apt install iputils-ping -y
COPY ePM/ /var/www/html/

0 comments on commit d7f62be

Please sign in to comment.