mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-18 23:39:30 +02:00
npm
This commit is contained in:
parent
89645ca77b
commit
fcfeeaef0c
@ -17,6 +17,7 @@ RUN \
|
|||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
nano \
|
nano \
|
||||||
|
npm \
|
||||||
net-tools \
|
net-tools \
|
||||||
sudo && \
|
sudo && \
|
||||||
echo "**** install code-server ****" && \
|
echo "**** install code-server ****" && \
|
||||||
@ -32,6 +33,8 @@ RUN \
|
|||||||
"${CODE_URL}" && \
|
"${CODE_URL}" && \
|
||||||
tar xzf /tmp/code.tar.gz -C \
|
tar xzf /tmp/code.tar.gz -C \
|
||||||
/app/code-server --strip-components=1 && \
|
/app/code-server --strip-components=1 && \
|
||||||
|
cd /app/code-server && \
|
||||||
|
npm rebuild spdlog && \
|
||||||
echo "**** clean up ****" && \
|
echo "**** clean up ****" && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user