Skip to content

Commit

Permalink
switch to ubuntu instance and install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BostjanOb committed May 16, 2020
1 parent 5f161b3 commit fa3002b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM node:12-alpine
FROM node:12

RUN apk update && \
apk upgrade && \
apk --no-cache add util-linux git autoconf \
g++ gcc libgcc libstdc++ linux-headers make python && \
rm -rf /var/cache/apk/*
RUN apt-get update && \
apt-get upgrade && \
apt-get install -y libglu1 build-essential && \
apt-get clean

RUN npm i --unsafe-perm -g [email protected]

Expand Down

0 comments on commit fa3002b

Please sign in to comment.