Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
François Cartegnie
docker-images
Commits
5416d4bb
Commit
5416d4bb
authored
1 year ago
by
François Cartegnie
Browse files
Options
Downloads
Patches
Plain Diff
require missing sass package to build style.css (!= sassc)
parent
82caf0d3
Branches
master
No related tags found
No related merge requests found
Pipeline
#429328
passed with stages
Stage:
Stage:
in 1 minute and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website-debian/Dockerfile
+1
-1
1 addition, 1 deletion
website-debian/Dockerfile
with
1 addition
and
1 deletion
website-debian/Dockerfile
+
1
−
1
View file @
5416d4bb
...
...
@@ -18,7 +18,7 @@ RUN addgroup --quiet --gid ${VIDEOLAN_UID} videolan && \
apt-get update
&&
\
apt-get
install
-y
--no-install-suggests
--no-install-recommends
\
make php-cgi php-curl php-gd php-intl php-mbstring php-json
\
php-opcache php-pgsql php-readline php-xml git ca-certificates sassc
\
php-opcache php-pgsql php-readline php-xml git ca-certificates sassc
sass
\
gettext locales-all yui-compressor
\
&&
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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