aboutsummaryrefslogtreecommitdiff
path: root/backend/seckelapi/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/seckelapi/Containerfile')
-rw-r--r--backend/seckelapi/Containerfile2
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