Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add nodejs and yarn to docker
  • Loading branch information
pathmapper committed Dec 30, 2021
1 parent c2d5ed1 commit 8c4cd94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docker/qgis3-qt5-build-deps.dockerfile
Expand Up @@ -102,6 +102,11 @@ RUN apt-get update \
hdbcli \
&& apt-get clean

# Node.js and Yarn for server landingpage
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g yarn

# Oracle : client side
RUN curl https://download.oracle.com/otn_software/linux/instantclient/199000/instantclient-basic-linux.x64-19.9.0.0.0dbru.zip > instantclient-basic-linux.x64-19.9.0.0.0dbru.zip
RUN curl https://download.oracle.com/otn_software/linux/instantclient/199000/instantclient-sdk-linux.x64-19.9.0.0.0dbru.zip > instantclient-sdk-linux.x64-19.9.0.0.0dbru.zip
Expand Down

0 comments on commit 8c4cd94

Please sign in to comment.