diff --git a/project-management/GrimoireLabDockerfile b/project-management/GrimoireLabDockerfile index e66510b72..aad47b459 100644 --- a/project-management/GrimoireLabDockerfile +++ b/project-management/GrimoireLabDockerfile @@ -6,7 +6,6 @@ WORKDIR /workspace RUN mkdir /workspace && cd /workspace RUN apt-get update && apt-get install -y git RUN git clone https://github.com/chaoss/grimoirelab -COPY /workspace /workspace FROM siimeon/dockercomposegitlabci:latest