Compare commits
No commits in common. "4f044555baff5b5feac317de4df0c99710cce4f4" and "9e66772b53c39cea017ca720150627c062ca4f4f" have entirely different histories.
4f044555ba
...
9e66772b53
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential pip net-tools iputils-ping iproute2 curl
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
COPY . /app/
|
||||
|
Loading…
x
Reference in New Issue
Block a user