diff --git a/apps/agent/deployment/ci-cd/Dockerfile b/apps/agent/deployment/ci-cd/Dockerfile index d94ff030fbd3799fda17ac4a17d0cd5772d8aa2c..5441971349f72bf0b44c333ae822c1a8fb556668 100644 --- a/apps/agent/deployment/ci-cd/Dockerfile +++ b/apps/agent/deployment/ci-cd/Dockerfile @@ -7,7 +7,7 @@ ARG JOB_ID # Instal required software. RUN apt update -y && apt install python3 git make build-essential wget unzip -y -# Set the working directory +# Set the working directory. WORKDIR app # Set the ENV variables