Compare commits
No commits in common. "d8c8865d13032d9c4efc1b81b1832bb104980d7e" and "9a310484d69b036638e734458af5ecc1daa7eaf2" have entirely different histories.
d8c8865d13
...
9a310484d6
1 changed files with 2 additions and 5 deletions
|
@ -12,11 +12,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
libonig-dev \
|
libonig-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
zip \
|
zip \
|
||||||
unzip
|
unzip \
|
||||||
|
npm
|
||||||
# Install node
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|
||||||
apt-get install -y nodejs
|
|
||||||
|
|
||||||
# Clear cache
|
# Clear cache
|
||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue