Skip to content

Commit

Permalink
Add curl to Grist image (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Jan 28, 2025
1 parent eb41c72 commit 4e96221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ FROM docker.io/gristlabs/gvisor-unprivileged:buster AS sandbox
# Now, start preparing final image.
FROM node:22-bookworm-slim

# Install libexpat1, libsqlite3-0 for python3 library binary dependencies.
# Install pgrep for managing gvisor processes.
# Install curl for docker healthchecks, libexpat1 and libsqlite3-0 for python3
# library binary dependencies, and procps for managing gvisor processes.
RUN \
apt-get update && \
apt-get install -y --no-install-recommends libexpat1 libsqlite3-0 procps tini && \
apt-get install -y --no-install-recommends curl libexpat1 libsqlite3-0 procps tini && \
rm -rf /var/lib/apt/lists/*

# Keep all storage user may want to persist in a distinct directory
Expand Down

0 comments on commit 4e96221

Please sign in to comment.