Skip to content

Commit

Permalink
Fix image (lynckia#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun authored Apr 22, 2021
1 parent 8d49ddf commit e04f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /opt

# Download latest version of the code and install dependencies
RUN apt-get update && apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y nodejs
RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y --force-yes nodejs

COPY . /opt/ackuaria

Expand Down

0 comments on commit e04f95d

Please sign in to comment.