build(toolchain): fix missing dependencies on clion-toolchain (#4163)
This commit is contained in:
parent
cc6e853fba
commit
b8456946be
1 changed files with 2 additions and 12 deletions
|
|
@ -38,6 +38,7 @@ apt-get install -y --no-install-recommends \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libdrm-dev \
|
libdrm-dev \
|
||||||
libevdev-dev \
|
libevdev-dev \
|
||||||
|
libgbm-dev \
|
||||||
libminiupnpc-dev \
|
libminiupnpc-dev \
|
||||||
libnotify-dev \
|
libnotify-dev \
|
||||||
libnuma-dev \
|
libnuma-dev \
|
||||||
|
|
@ -53,6 +54,7 @@ apt-get install -y --no-install-recommends \
|
||||||
libxfixes-dev \
|
libxfixes-dev \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
libxtst-dev \
|
libxtst-dev \
|
||||||
|
npm \
|
||||||
udev \
|
udev \
|
||||||
wget \
|
wget \
|
||||||
x11-xserver-utils \
|
x11-xserver-utils \
|
||||||
|
|
@ -83,18 +85,6 @@ chmod a+x "${tmpfile}"
|
||||||
rm -f "${tmpfile}"
|
rm -f "${tmpfile}"
|
||||||
_INSTALL_CUDA
|
_INSTALL_CUDA
|
||||||
|
|
||||||
WORKDIR /
|
|
||||||
# install node
|
|
||||||
RUN <<_INSTALL_NODE
|
|
||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
wget --max-redirect=0 -qO- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
|
|
||||||
source "$HOME/.nvm/nvm.sh"
|
|
||||||
nvm install node
|
|
||||||
nvm use node
|
|
||||||
nvm alias default node
|
|
||||||
_INSTALL_NODE
|
|
||||||
|
|
||||||
WORKDIR /toolchain
|
WORKDIR /toolchain
|
||||||
# Create a shell script that starts Xvfb and then runs a shell
|
# Create a shell script that starts Xvfb and then runs a shell
|
||||||
RUN <<_ENTRYPOINT
|
RUN <<_ENTRYPOINT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue