From c5231f4f1b3eba516ed0d7a2d3007e77a2cb6252 Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Mon, 5 Aug 2024 13:04:53 -0400 Subject: [PATCH] borked apt --- chromium/Dockerfile | 2 +- debian-kde/Dockerfile | 2 +- firefox/Dockerfile | 2 +- gimp/Dockerfile | 2 +- pinball/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chromium/Dockerfile b/chromium/Dockerfile index d0dcc9a..65c7e86 100644 --- a/chromium/Dockerfile +++ b/chromium/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install --no-install-recommends -y \ xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \ python3 python3-pip xterm procps python3-numpy xfwm4 xfce4-terminal xfce4-session xfconf xfce4-notifyd \ - wget curl inetutils-ping imagemagickvimtigervnc-tools tigervnc-standalone-server tigervnc-common \ + wget curl inetutils-ping imagemagick vim tigervnc-tools tigervnc-standalone-server tigervnc-common \ chromium && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ diff --git a/debian-kde/Dockerfile b/debian-kde/Dockerfile index fe3f916..969e1c9 100644 --- a/debian-kde/Dockerfile +++ b/debian-kde/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y \ xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \ - python3 python3-pip xterm procps python3-numpy wget curl inetutils-ping imagemagickvim\ + python3 python3-pip xterm procps python3-numpy wget curl inetutils-ping imagemagick vim \ kde-plasma-desktop breeze firefox-esr kwin-x11 plasma-discover tigervnc-tools tigervnc-standalone-server \ tigervnc-common && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 788c83d..81a902b 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install --no-install-recommends -y \ xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \ python3 python3-pip xterm procps python3-numpy xfwm4 xfce4-terminal xfce4-session xfconf xfce4-notifyd \ - wget curl inetutils-ping imagemagickvimtigervnc-tools tigervnc-standalone-server tigervnc-common \ + wget curl inetutils-ping imagemagick vim tigervnc-tools tigervnc-standalone-server tigervnc-common \ firefox-esr && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ diff --git a/gimp/Dockerfile b/gimp/Dockerfile index 71449c8..9c1026c 100644 --- a/gimp/Dockerfile +++ b/gimp/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install --no-install-recommends -y \ xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \ python3 python3-pip xterm procps python3-numpy xfwm4 xfce4-terminal xfce4-session xfconf xfce4-notifyd \ - wget curl inetutils-ping imagemagickvimtigervnc-tools tigervnc-standalone-server tigervnc-common gimp && \ + wget curl inetutils-ping imagemagick vim tigervnc-tools tigervnc-standalone-server tigervnc-common gimp && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ apt-get clean && rm -rf /var/lib/apt/lists/* diff --git a/pinball/Dockerfile b/pinball/Dockerfile index b71ac35..98db3b8 100644 --- a/pinball/Dockerfile +++ b/pinball/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install --no-install-recommends -y \ xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \ python3 python3-pip xterm procps python3-numpy unzip xfwm4 xfce4-terminal xfce4-session xfconf xfce4-notifyd \ - wget curl inetutils-ping imagemagickvimlibsdl2-mixer-2.0-0 libsdl2-2.0-0 fluidsynth tigervnc-tools \ + wget curl inetutils-ping imagemagick vim libsdl2-mixer-2.0-0 libsdl2-2.0-0 fluidsynth tigervnc-tools \ tigervnc-standalone-server tigervnc-common && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \