Closed aramprice closed 1 year ago
Installing on ubuntu:jammy
succeeds with the following setup:
docker run -it ubuntu:jammy /bin/bash
Note: python
is installed via apt
rather than using pyenv
since Jammy packages have a modern Python.
apt update \
&& apt -y install \
apt-transport-https \
lsb-release \
build-essential \
curl \
g++ \
git-core \
libbz2-dev \
libcurl4-openssl-dev \
liblzma-dev \
libncurses-dev \
libreadline-dev \
libssl-dev \
libsqlite3-dev \
libxml2-dev \
python3 \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt install -y nodejs \
&& npm install -g --verbose isolated-vm
I took a stab at this and couldn't get this fixed. GCC 5.4 is ancient. #366 might help.
@laverdet thank you for taking a look, I'll check out #366
The issue https://github.com/laverdet/isolated-vm/issues/118 seems possibly related though the errors are coming from a different source file in this case.
Error messages:
Reproduction steps:
Within the docker container run the following:
Full output from
npm install -g isolated-vm
Attached file is the output of
npm install -g --verbose isolated-vm
System info: