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
9db22544
Commit
9db22544
authored
May 16, 2026
by
Eric Duminil
Browse files
Seems to be working with ubuntu 24.04
parent
acdc4f33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9db22544
FROM
jlesage/baseimage-gui:ubuntu-2
2
.04-v4
FROM
jlesage/baseimage-gui:ubuntu-2
4
.04-v4
.11.3
ARG
DEBIAN_FRONTEND=noninteractive
...
...
@@ -13,29 +13,13 @@ WORKDIR /config
ENV
LANG=C.UTF-8
ENV
LC_ALL=C.UTF-8
ENV
WEB_AUDIO=0
ENV
WINEARCH=win32
################################################################################
# Install third party apps, and dark theme #
################################################################################
RUN
apt-get update
&&
\
apt-get
install
tzdata make
\
curl qpdfview yaru-theme-icon
\
pluma qalculate-gtk
\
pcmanfm gtk2-engines-pixbuf adwaita-qt
\
--no-install-recommends
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
apt-get clean
# In order to avoid having to define preferences:
RUN
ln
-s
/usr/bin/pluma /usr/local/bin/gedit
RUN
ln
-s
/usr/bin/qalculate-gtk /usr/local/bin/gnome-calculator
################################################################################
# Debug with xterm if needed #
################################################################################
RUN
apt-get update
&&
\
apt-get
install
xterm
--no-install-recommends
-y
&&
\
apt-get
install
pcmanfm xterm
--no-install-recommends
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
apt-get clean
...
...
@@ -51,6 +35,8 @@ RUN dpkg --add-architecture i386 \
libwine
\
libwine:i386
\
fonts-wine
\
fonts-liberation
\
fonts-freefont-ttf
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
################################################################################
...
...
@@ -71,6 +57,10 @@ RUN dpkg --add-architecture i386 \
# RUN pip install insel
# RUN CONDA_PLUGINS_AUTO_ACCEPT_TOS=true conda install spyder matplotlib
# RUN apt-get update && \
# apt-get install cabextract --no-install-recommends -y && \
# rm -rf /var/lib/apt/lists/* && \
# apt-get clean
COPY
rootfs/ /
# It's a lie. Sun will launch Spyder
# RUN ln /opt/conda/bin/spyder /usr/local/bin/wine
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