fixed container

This commit is contained in:
Michael Trip 2023-05-31 20:00:05 +02:00
parent 977a29372a
commit 9b235a328d
2 changed files with 1 additions and 28 deletions

View file

@ -13,7 +13,6 @@ RUN \
dnf install -y --setopt=install_weak_deps=False --best \
terminator \
tilix \
chromium \
kubernetes-client \
libreoffice \
pluma \
@ -24,14 +23,6 @@ RUN \
thunderbird \
firefox \
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 ****" && \
dnf autoremove -y && \
dnf clean all && \
@ -41,9 +32,9 @@ RUN \
# Remove this due to errors
RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.desktop && dnf clean all
COPY /root /
# add local files
COPY /root /
# ports and volumes
EXPOSE 3389