Skip to content

Commit

Permalink
Update debian_code-server
Browse files Browse the repository at this point in the history
  • Loading branch information
ayunami2000 authored Aug 16, 2023
1 parent 569dab7 commit 9abe09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/debian_code-server
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=i386 i386/debian:bookworm-slim
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get clean && apt-get update && apt-get -y upgrade
WORKDIR /root/
RUN apt-get -y install curl xz-utils
RUN apt-get -y install curl xz-utils python3-minimal
RUN curl -fsSLO --compressed https://unofficial-builds.nodejs.org/download/release/v16.20.2/node-v16.20.2-linux-x86.tar.xz && tar -xJf "node-v16.20.2-linux-x86.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && ln -s /usr/local/bin/node /usr/local/bin/nodejs && rm -rf node-v16.20.2-linux-x86.tar.xz
RUN npm i code-server --unsafe-perm
RUN rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9abe09f

Please sign in to comment.