Skip to content
Snippets Groups Projects
Commit a40edfd6 authored by Stéphane Schoorens's avatar Stéphane Schoorens
Browse files

fix make package missing in ci refs #29848

parent 514044a4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ stages:
- check_code
- test
build_docker_img:
build_docker:
image: registry.ubicast.net/docker/dind-compose
stage: build_docker
rules:
......
......@@ -4,7 +4,7 @@ ENV LANG="C.UTF-8" LC_ALL="C.UTF-8"
ENV DEBIAN_FRONTEND noninteractive
RUN apt update
RUN apt -qy install --no-install-recommends python3 python3-pip
RUN apt -qy install --no-install-recommends python3 python3-pip make
RUN pip3 install -U pip
COPY pip-requirements-docker.txt /tmp/pip-requirements-docker.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment