Skip to content

Commit 31634e2

Browse files
committed
Cache rebuild
1 parent c3f8df5 commit 31634e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ FROM python:3.12.3-slim-bookworm AS base
33
# Install system dependencies + Node.js
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
curl \
6+
gettext \
67
git \
7-
nginx \
88
libpq5 \
9-
gettext \
9+
nginx \
1010
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
1111
&& apt-get install -y --no-install-recommends nodejs \
1212
&& apt-get clean \

0 commit comments

Comments
 (0)