Skip to content

Commit

Permalink
Fix for namely#281
Browse files Browse the repository at this point in the history
  • Loading branch information
juandemanjon committed Jan 21, 2022
1 parent 1c2146e commit 2a2baa8
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 @@ -148,7 +148,7 @@ RUN set -ex && apt-get update && apt-get install -y --no-install-recommends \

# Install latest Node version
RUN curl -fsSL https://deb.nodesource.com/setup_${node_version}.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs npm

# Add TypeScript support
RUN npm config set unsafe-perm true
Expand Down

0 comments on commit 2a2baa8

Please sign in to comment.