Skip to content

Commit

Permalink
fix build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregordr committed May 26, 2024
1 parent 86c269d commit 27854da
Show file tree
Hide file tree
Showing 3 changed files with 1,693 additions and 3,063 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt install ffmpeg python3 ca-certificates curl make g++ -y
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get install -y nodejs
RUN update-ca-certificates --fresh
WORKDIR /code
Expand Down
Loading

0 comments on commit 27854da

Please sign in to comment.