Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
295
Merge Requests
39
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
68f2470f
Commit
68f2470f
authored
1 day ago
by
Mark Harding
Browse files
Options
Download
(fix): npm not installed in root php image.
#1115
parent
ea7d4b5a
master
No related merge requests found
Pipeline
#99076226
passed with stages
in 14 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
containers/php/Dockerfile
View file @
68f2470f
...
...
@@ -12,6 +12,7 @@ RUN apk add --no-cache --virtual build-deps \
coreutils
\
imagemagick
\
nodejs
\
npm
\
ffmpeg
\
&&
docker-php-ext-install
-j
$(
nproc
)
bcmath
\
&&
docker-php-ext-install
-j
$(
nproc
)
zip
\
...
...
This diff is collapsed.
Please
register
or
sign in
to comment