Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
eb1c5045
Commit
eb1c5045
authored
Jan 11, 2021
by
Pierre Dittgen
Browse files
Fix Docker file chromium install
parent
1d1bab54
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
eb1c5045
# Changelog
## next
-
Fix chromium install in
`Dockerfile`
(fonts install)
## 0.4.0a9
-
Add dbus package install in
`Dockerfile`
...
...
Dockerfile
View file @
eb1c5045
...
...
@@ -6,8 +6,8 @@ EXPOSE 5000
RUN
pip
install
--no-cache-dir
gunicorn
==
20.0.4
RUN
apt-get update
&&
\
apt-get
install
--yes
--no-install-recommends
chromium
=
87.0.4280.88-0.4~deb10u1
&&
\
apt-get
install
--yes
dbus
apt-get
install
--yes
chromium
&&
\
apt-get
install
--yes
xfonts-100dpi xfonts-75dpi xfonts-base
ARG
uid=1000
ARG
gid=1000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment