From 59a5559148393059e1af1398c0a0707234126437 Mon Sep 17 00:00:00 2001 From: aldbr Date: Thu, 5 Dec 2024 10:30:11 +0100 Subject: [PATCH] feat: add sh --- README.md | 4 ++-- base/environment.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a261700..9193771 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ This image is used as the base of the diracx service image. ## How to build -The most up to date documentation on how to build is the [CI job](.github/workflows/main.yml) +The most up to date documentation on how to build is the [CI job](.github/workflows/main.yml). ```bash docker build -t ghcr.io/diracgrid/diracx/base:latest base docker build -t ghcr.io/diracgrid/diracx/servces-base:latest services-base/ -``` \ No newline at end of file +``` diff --git a/base/environment.yml b/base/environment.yml index 4916c9c..019acee 100644 --- a/base/environment.yml +++ b/base/environment.yml @@ -20,3 +20,4 @@ dependencies: - pyyaml - requests - urllib3 <2 + - sh