Fix debian container compile

This commit is contained in:
SpiritCroc 2024-02-24 19:36:32 +01:00
parent e9faf9ab15
commit 90912a5d07

View File

@ -1,5 +1,5 @@
ARG NODE_VERSION
FROM node:${NODE_VERSION}
FROM node:${NODE_VERSION}-buster
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
curl \
@ -27,4 +27,4 @@ COPY . /project
WORKDIR /project
# There might be remnants of the host which break the build
RUN make fixup
RUN make fixup