Skip to content

Commit

Permalink
Update Dockerfile.debian
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 27, 2024
1 parent 7cf2972 commit 9fe5706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .prebuild/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ ENV QEMU_ARCH=${QEMU_ARCH:-x86_64}

COPY .prebuild/qemu/qemu-${QEMU_ARCH}-static /usr/bin/

RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y gcc g++ make python3 curl
RUN apt-get update && apt-get install -y gcc g++ make python3 curl

RUN [ "$(uname -m)" = "x86_64" ] && apt-get install -y g++-multilib gcc-multilib || echo "ok"

## Linux 32 bit support was dropped with NodeJS 18.4.0

ENV NODE_VERSION 20.18.1
ENV NODE_VERSION 18.18.2

RUN case "${QEMU_ARCH}" in \
x86_64) NODE_ARCH='x64';; \
Expand Down

0 comments on commit 9fe5706

Please sign in to comment.