Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
f81c53ee
Commit
f81c53ee
authored
11 months ago
by
Jan-Hendrik Willms
Browse files
Options
Downloads
Patches
Plain Diff
allow webp in main docker file as well, re #3935
Merge request
studip/studip!2827
parent
922feaed
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/studip/Dockerfile
+2
-1
2 additions, 1 deletion
docker/studip/Dockerfile
docker/studip/Dockerfile-Dev
+2
-1
2 additions, 1 deletion
docker/studip/Dockerfile-Dev
with
4 additions
and
2 deletions
docker/studip/Dockerfile
+
2
−
1
View file @
f81c53ee
...
...
@@ -11,11 +11,12 @@ RUN apt update && apt install -y --no-install-recommends \
libonig-dev
\
libzip-dev
\
libicu-dev
\
libwebp-dev
\
vim
\
&&
rm
-rf
/var/lib/apt/lists/
*
# Install php extensions
RUN
docker-php-ext-configure gd
--with-jpeg
RUN
docker-php-ext-configure gd
--with-jpeg
--with-webp
RUN
docker-php-ext-install pdo gettext curl gd mbstring zip pdo pdo_mysql mysqli intl json
FROM
node:16
as
nodejs
...
...
This diff is collapsed.
Click to expand it.
docker/studip/Dockerfile-Dev
+
2
−
1
View file @
f81c53ee
...
...
@@ -11,11 +11,12 @@ RUN apt update && apt install -y --no-install-recommends \
libonig-dev \
libzip-dev \
libicu-dev \
libwebp-dev \
vim \
&& rm -rf /var/lib/apt/lists/*
# Install php extensions
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-configure gd --with-jpeg
--with-webp
RUN docker-php-ext-install pdo gettext curl gd mbstring zip pdo pdo_mysql mysqli intl json
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment