Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
casanova-online
Commits
dda1538f
Commit
dda1538f
authored
May 12, 2026
by
Eric Duminil
Browse files
...
parent
fa623e56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dda1538f
FROM
inseleu/web-insel
FROM
jlesage/baseimage-gui:ubuntu-22.04-v4
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
&&
\
apt-get
install
curl
\
qpdfview yaru-theme-icon
\
--no-install-recommends
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
apt-get clean
################################################################################
# Config #
################################################################################
RUN
set-cont-env APP_NAME
"Web-CASANOVA"
ENV
HOME=/config
WORKDIR
/config
ENV
LANG=C.UTF-8
ENV
LC_ALL=C.UTF-8
ENV
WEB_AUDIO=0
################################################################################
# Install third party apps, and dark theme #
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment