This commit is contained in:
Vincent Batts 2023-09-28 12:22:54 -07:00 committed by GitHub
commit 6b34a5b4cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -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 .