Error running make setup to build docker container #1130
Replies: 1 comment
-
Figured it out. Just deleted the 2 RUN apt lines and will update from the console once running. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've followed the instructions to build the docker image but am getting the following error when running "make setup" as per the instructions...
Dockerfile:5
3 | # Base image with nginx, php-fpm and composer built on debian
4 | FROM wyveo/nginx-php-fpm:php74 as base
5 | >>> RUN apt-get update && apt-get install -y wait-for-it libxrender1
6 |
7 | # Set up code
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wait-for-it libxrender1" did not complete successfully: exit code: 100
make: *** [Makefile:5: build] Error 1
Any help overcoming this obstacle would be much appreciated as my searching has drawn a blank.
Thanks, Greg
Beta Was this translation helpful? Give feedback.
All reactions