diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2025-12-22 11:06:06 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2025-12-22 11:06:06 +0100 |
| commit | 93317bd021075f2f541b667e51802d7964169a46 (patch) | |
| tree | d4eea8a169532419451b0e262aa924debcc470c2 /backend/seckelapi/Containerfile | |
| parent | a29302a0a7453c99d601ed0e40da1bbc6b68a417 (diff) | |
item replacement and relationships db update
Diffstat (limited to 'backend/seckelapi/Containerfile')
| -rw-r--r-- | backend/seckelapi/Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/seckelapi/Containerfile b/backend/seckelapi/Containerfile index d36a165..ccdab84 100644 --- a/backend/seckelapi/Containerfile +++ b/backend/seckelapi/Containerfile @@ -21,7 +21,7 @@ WORKDIR /app # Install runtime dependencies RUN apt-get update && \ - apt-get install -y ca-certificates libssl3 && \ + apt-get install -y ca-certificates libssl3 nano && \ rm -rf /var/lib/apt/lists/* # Copy binary and config from builder |
