Skip to content

Commit d81e95a

Browse files
committed
🐛 node v25 needs libatomic1 on debians
1 parent 584cb4e commit d81e95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/debian.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN groupadd --gid 1000 pn && useradd --uid 1000 --gid pn --shell /bin/bash --cr
99
ENV POETRY_HOME=/usr/local
1010

1111
RUN \
12-
{% if distro_variant == "slim" %} apt-get update && apt-get install --no-install-recommends curl gnupg2 xz-utils -yqq && \
13-
{% endif %} apt-get upgrade -yqq && \
12+
apt-get update && apt-get install --no-install-recommends -yqq libatomic1{% if distro_variant == "slim" %} curl gnupg2 xz-utils{% endif %} && \
13+
apt-get upgrade -yqq && \
1414
rm -rf /var/lib/apt/lists/*
1515
RUN NODE_VERSION="v{{ nodejs_canonical }}" \
1616
ARCH= && dpkgArch="$(dpkg --print-architecture)" \

0 commit comments

Comments
 (0)