You are not logged in.

#1 2016-05-23 20:25:33

borysn
Member
Registered: 2016-03-03
Posts: 4

/bin/bash < make | command not found

I have the base-devel group installed. I can run make from the command line just fine, but I'm trying to debug a gitlab-ci docker image

docker commands

#!/bin/bash

docker run --name service-mariadb -e MYSQL_ROOT_PASSWORD=password -d mariadb:latest
docker run --name build -i --link=service-mariadb:mariadb java:8 /bin/bash < build_script

build_script

git clone https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git /builds/gitlab-org/gitlab-ci-multi-runner
cd /builds/gitlab-org/gitlab-ci-multi-runner
make

Offline

#2 2016-05-23 22:59:12

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: /bin/bash < make | command not found

And then.......? Including the full output of whatever the problem is would be useful.

Offline

#3 2016-05-23 23:07:38

borysn
Member
Registered: 2016-03-03
Posts: 4

Re: /bin/bash < make | command not found

fukawi2 wrote:

And then.......? Including the full output of whatever the problem is would be useful.

It's in the title

Offline

#4 2016-05-23 23:36:56

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: /bin/bash < make | command not found

What docker image are you using?  Having base-devel installed on the host system will not help if you are using just the archlinux base image.  Make is not found inside the container.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2016-05-24 03:19:51

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: /bin/bash < make | command not found

borysn wrote:

It's in the title

fukawi2 wrote:

And then.......? Including the full output of whatever the problem is would be useful.

Offline

#6 2016-05-24 07:34:34

borysn
Member
Registered: 2016-03-03
Posts: 4

Re: /bin/bash < make | command not found

thanks guys!

Offline

Board footer

Powered by FluxBB