Skip to content

Commit

Permalink
update first
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jun 15, 2023
1 parent e8c64d4 commit 781e4f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ FROM python:3.9

WORKDIR /app/

# Misc Dependencies
# -----------------
RUN apt-get update
RUN apt-get install -y build-essential

# Install NodeJS
# --------------
RUN apt-get install -y build-essential
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
RUN npm install -g npm@8.5.0

Expand Down

0 comments on commit 781e4f8

Please sign in to comment.