fixed container
This commit is contained in:
parent
977a29372a
commit
9b235a328d
2 changed files with 1 additions and 28 deletions
|
|
@ -13,7 +13,6 @@ RUN \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
terminator \
|
terminator \
|
||||||
tilix \
|
tilix \
|
||||||
chromium \
|
|
||||||
kubernetes-client \
|
kubernetes-client \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
pluma \
|
pluma \
|
||||||
|
|
@ -24,23 +23,6 @@ RUN \
|
||||||
thunderbird \
|
thunderbird \
|
||||||
firefox \
|
firefox \
|
||||||
code && \
|
code && \
|
||||||
echo "**** application tweaks ****" && \
|
|
||||||
sed -i \
|
|
||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
|
||||||
/usr/share/applications/chromium-browser.desktop && \
|
|
||||||
echo "**** mate tweaks ****" && \
|
|
||||||
rm -f \
|
|
||||||
/etc/xdg/autostart/at-spi-dbus-bus.desktop \
|
|
||||||
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop \
|
|
||||||
/etc/xdg/autostart/gnome-keyring-secrets.desktop \
|
|
||||||
/etc/xdg/autostart/gnome-keyring-ssh.desktop \
|
|
||||||
/etc/xdg/autostart/mate-power-manager.desktop \
|
|
||||||
/etc/xdg/autostart/mate-screensaver.desktop \
|
|
||||||
/etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop && \
|
|
||||||
sed -i \
|
|
||||||
'/compositing-manager/{n;s/.*/ <default>false<\/default>/}' \
|
|
||||||
/usr/share/glib-2.0/schemas/org.mate.marco.gschema.xml && \
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/ && \
|
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ RUN \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
terminator \
|
terminator \
|
||||||
tilix \
|
tilix \
|
||||||
chromium \
|
|
||||||
kubernetes-client \
|
kubernetes-client \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
pluma \
|
pluma \
|
||||||
|
|
@ -24,14 +23,6 @@ RUN \
|
||||||
thunderbird \
|
thunderbird \
|
||||||
firefox \
|
firefox \
|
||||||
code && \
|
code && \
|
||||||
echo "**** application tweaks ****" && \
|
|
||||||
sed -i \
|
|
||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
|
||||||
/usr/share/applications/chromium-browser.desktop && \
|
|
||||||
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
|
||||||
echo "**** xfce tweaks ****" && \
|
|
||||||
rm -f \
|
|
||||||
/etc/xdg/autostart/xfce-polkit.desktop && \
|
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
|
|
@ -41,9 +32,9 @@ RUN \
|
||||||
# Remove this due to errors
|
# Remove this due to errors
|
||||||
RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.desktop && dnf clean all
|
RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.desktop && dnf clean all
|
||||||
|
|
||||||
COPY /root /
|
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
|
COPY /root /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 3389
|
EXPOSE 3389
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue