Skip to content

Commit 76b3034

Browse files
authored
Merge pull request #71 from numerique-gouv/opti-grist-docker
⚡️(Grist): Improve Docker image size
2 parents 6256de7 + 1eb8a87 commit 76b3034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/grist/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ FROM docker.io/gristlabs/gvisor-unprivileged:buster AS sandbox
9898
################################################################################
9999

100100
# Now, start preparing final image.
101-
FROM node:22.14.0-alpine3.21
101+
FROM alpine:3.21.3
102102

103103
# Install curl for docker healthchecks, libexpat1 and (libsqlite3-0 maybe we need to put it back) for python3
104104
# library binary dependencies, and procps for managing gvisor processes.
105105
# Bash to run image entrypoint
106106
# setpriv is used in docker_entrypoint.sh
107107
# dirty symbolic link to follow docker_entrypoint.sh expectations
108108
RUN \
109-
apk --no-cache add bash curl libexpat procps-ng setpriv tini && \
109+
apk --no-cache add bash curl libexpat nodejs procps-ng setpriv tini && \
110110
ln -s /sbin/tini /usr/bin/tini
111111

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

0 commit comments

Comments
 (0)