Skip to content

Commit

Permalink
chore(deps): update dependencies, switch to new hapi structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Algram committed Apr 22, 2019
1 parent cac2c31 commit 7dd8a04
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 758 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /home/app

RUN apt-get update \
&& apt-get install -y curl ffmpeg \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g npm@latest \
&& rm -rf /var/lib/apt/lists/*
Expand Down
Loading

0 comments on commit 7dd8a04

Please sign in to comment.