From 94ae57b1e1a688b9c44b579e66301cc467f2e5a8 Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Thu, 4 Aug 2022 12:33:32 +0000 Subject: [PATCH] Arranged GitLab CI/CD for PathComp component --- src/pathcomp/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pathcomp/backend/Dockerfile b/src/pathcomp/backend/Dockerfile index c9fc8a350..b239d2ea0 100644 --- a/src/pathcomp/backend/Dockerfile +++ b/src/pathcomp/backend/Dockerfile @@ -50,7 +50,7 @@ FROM ubuntu:20.04 AS release ARG DEBIAN_FRONTEND=noninteractive # Install build software -RUN apt-get update -y && apt-get install libglib2.0-bin -y +RUN apt-get update -y && apt-get install curl libglib2.0-bin -y # mkdir RUN mkdir -p /var/teraflow/config -- GitLab