update dockerfiles to new coding standards

This commit is contained in:
thelamer 2021-04-20 15:42:34 -07:00 committed by Ryan Kuba
parent 978b98fd20
commit fe73354b4f
3 changed files with 45 additions and 45 deletions

View File

@ -9,21 +9,21 @@ LABEL maintainer="thelamer"
RUN \ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
faenza-icon-theme \ faenza-icon-theme \
faenza-icon-theme-xfce4-appfinder \ faenza-icon-theme-xfce4-appfinder \
faenza-icon-theme-xfce4-panel \ faenza-icon-theme-xfce4-panel \
firefox-esr \ firefox-esr \
mousepad \ mousepad \
thunar \ thunar \
xfce4 \ xfce4 \
xfce4-terminal && \ xfce4-terminal && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
xfce4-pulseaudio-plugin && \ xfce4-pulseaudio-plugin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
rm -rf \ rm -rf \
/tmp/* /tmp/*
# add local files # add local files
COPY /root / COPY /root /

View File

@ -9,21 +9,21 @@ LABEL maintainer="thelamer"
RUN \ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
faenza-icon-theme \ faenza-icon-theme \
faenza-icon-theme-xfce4-appfinder \ faenza-icon-theme-xfce4-appfinder \
faenza-icon-theme-xfce4-panel \ faenza-icon-theme-xfce4-panel \
firefox-esr \ firefox-esr \
mousepad \ mousepad \
thunar \ thunar \
xfce4 \ xfce4 \
xfce4-terminal && \ xfce4-terminal && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
xfce4-pulseaudio-plugin && \ xfce4-pulseaudio-plugin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
rm -rf \ rm -rf \
/tmp/* /tmp/*
# add local files # add local files
COPY /root / COPY /root /

View File

@ -9,21 +9,21 @@ LABEL maintainer="thelamer"
RUN \ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
faenza-icon-theme \ faenza-icon-theme \
faenza-icon-theme-xfce4-appfinder \ faenza-icon-theme-xfce4-appfinder \
faenza-icon-theme-xfce4-panel \ faenza-icon-theme-xfce4-panel \
firefox-esr \ firefox-esr \
mousepad \ mousepad \
thunar \ thunar \
xfce4 \ xfce4 \
xfce4-terminal && \ xfce4-terminal && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
xfce4-pulseaudio-plugin && \ xfce4-pulseaudio-plugin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
rm -rf \ rm -rf \
/tmp/* /tmp/*
# add local files # add local files
COPY /root / COPY /root /