Skip to content

Commit

Permalink
feat: add sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 5, 2024
1 parent c7be768 commit 59a5559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
```
1 change: 1 addition & 0 deletions base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ dependencies:
- pyyaml
- requests
- urllib3 <2
- sh

0 comments on commit 59a5559

Please sign in to comment.