diff options
author | 2025-02-05 16:49:11 +0530 | |
---|---|---|
committer | 2025-02-06 15:40:22 +0530 | |
commit | df357f729c3109055a80126bc011618beec83126 (patch) | |
tree | 082e0b662a02763b7d7f61ababdefed3f090c940 /catalog-fe | |
parent | d41e1b68b6be32ee367bdadd37955e91fba21303 (diff) |
Remove chef for integration-tests1.14.0
- Remove chef from integration-tests-init and handle executions through shell scripts
Issue-ID: SDC-4713
Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
Diffstat (limited to 'catalog-fe')
-rw-r--r-- | catalog-fe/sdc-frontend/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-fe/sdc-frontend/Dockerfile b/catalog-fe/sdc-frontend/Dockerfile index ed5d55e2ea..9b9338af67 100644 --- a/catalog-fe/sdc-frontend/Dockerfile +++ b/catalog-fe/sdc-frontend/Dockerfile @@ -4,7 +4,7 @@ USER root ARG JETTY_FOLDER=/app/jetty # Install curl for Alpine -RUN apk update && apk add curl && apk add gettext +RUN apk update && apk add curl jq gettext # Create the Jetty folder and necessary config directories RUN mkdir -p $JETTY_FOLDER/ && chown onap:onap $JETTY_FOLDER |