Skip to content

Commit

Permalink
armhf pushed to balena.io
Browse files Browse the repository at this point in the history
  • Loading branch information
TR BERRY committed Apr 19, 2020
1 parent 7e6130d commit 3a7c1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/images/primary/Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Source DockerFile: https://github.com/ulsmith/rpi-raspbian-apache-php/blob/master/Dockerfile
#
FROM balenalib/raspberrypi3-debian:build
RUN [ "cross-build-start" ]
# RUN [ "cross-build-start" ]
ARG PHP_LIB
ENV PHP_LIB ${PHP_LIB:-7.2}

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN a2enmod php${PHP_LIB} && a2enmod rewrite
COPY conf/000-default.conf /etc/apache2/conf-available/000-default.conf
RUN chown -R www-data:www-data /var/www/html

RUN [ "cross-build-end" ]
# RUN [ "cross-build-end" ]
EXPOSE 80

CMD [ "apache2 -D FOREGROUND" ]

0 comments on commit 3a7c1ee

Please sign in to comment.