mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 15:18:15 +00:00
ffi
This commit is contained in:
parent
5c86b71d34
commit
c315fafc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ FROM base AS build
|
|||
# Install packages needed to build gems and Node.js/Yarn
|
||||
ARG NODE_VERSION
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config curl && \
|
||||
apt-get install --no-install-recommends -y build-essential git libyaml-dev libffi-dev pkg-config curl && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
|
||||
apt-get install --no-install-recommends -y nodejs && \
|
||||
corepack enable && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue