This commit is contained in:
parent
2241cc0aa3
commit
8541b96105
@ -9,3 +9,4 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-cl
|
|||||||
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh; \
|
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh; \
|
||||||
bash nodesource_setup.sh; \
|
bash nodesource_setup.sh; \
|
||||||
apt install -y nodejs;
|
apt install -y nodejs;
|
||||||
|
RUN apt install -y cppcheck;
|
||||||
|
Loading…
Reference in New Issue
Block a user