We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f8df5 commit 31634e2Copy full SHA for 31634e2
Dockerfile
@@ -3,10 +3,10 @@ FROM python:3.12.3-slim-bookworm AS base
3
# Install system dependencies + Node.js
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
curl \
6
+ gettext \
7
git \
- nginx \
8
libpq5 \
9
- gettext \
+ nginx \
10
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
11
&& apt-get install -y --no-install-recommends nodejs \
12
&& apt-get clean \
0 commit comments