Merge 77f5dd705c
into e2b5f4a9fb
This commit is contained in:
commit
6b34a5b4cd
2 changed files with 12 additions and 5 deletions
|
@ -8,7 +8,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash
|
|||
RUN apt-get install -y \
|
||||
build-essential \
|
||||
nodejs \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
python3-venv
|
||||
|
||||
WORKDIR /app
|
||||
ADD Makefile .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue