Commit 9db22544 authored by Eric Duminil's avatar Eric Duminil
Browse files

Seems to be working with ubuntu 24.04

parent acdc4f33
FROM jlesage/baseimage-gui:ubuntu-22.04-v4 FROM jlesage/baseimage-gui:ubuntu-24.04-v4.11.3
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
...@@ -13,29 +13,13 @@ WORKDIR /config ...@@ -13,29 +13,13 @@ WORKDIR /config
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8 ENV LC_ALL=C.UTF-8
ENV WEB_AUDIO=0 ENV WEB_AUDIO=0
ENV WINEARCH=win32
################################################################################ ################################################################################
# Install third party apps, and dark theme # # Install third party apps, and dark theme #
################################################################################ ################################################################################
RUN apt-get update && \ RUN apt-get update && \
apt-get install tzdata make \ apt-get install pcmanfm xterm --no-install-recommends -y && \
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 && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
apt-get clean apt-get clean
...@@ -51,6 +35,8 @@ RUN dpkg --add-architecture i386 \ ...@@ -51,6 +35,8 @@ RUN dpkg --add-architecture i386 \
libwine \ libwine \
libwine:i386 \ libwine:i386 \
fonts-wine \ fonts-wine \
fonts-liberation \
fonts-freefont-ttf \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
################################################################################ ################################################################################
...@@ -71,6 +57,10 @@ RUN dpkg --add-architecture i386 \ ...@@ -71,6 +57,10 @@ RUN dpkg --add-architecture i386 \
# RUN pip install insel # RUN pip install insel
# RUN CONDA_PLUGINS_AUTO_ACCEPT_TOS=true conda install spyder matplotlib # 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/ / COPY rootfs/ /
# It's a lie. Sun will launch Spyder # It's a lie. Sun will launch Spyder
# RUN ln /opt/conda/bin/spyder /usr/local/bin/wine # RUN ln /opt/conda/bin/spyder /usr/local/bin/wine
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment