Skip to content

Commit

Permalink
Use 'corepack enable' to make yarn available
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Jan 1, 2022
1 parent fbe0bb0 commit efd0e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-qt5-build-deps.dockerfile
Expand Up @@ -105,7 +105,7 @@ RUN apt-get update \
# 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
RUN corepack enable

# 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
Expand Down

0 comments on commit efd0e86

Please sign in to comment.