Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
borked apt
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Aug 5, 2024
1 parent ac539d7 commit c5231f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion debian-kde/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 - && \
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion gimp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion pinball/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit c5231f4

Please sign in to comment.