mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-25 22:55:38 +02:00
update dockerfiles to new coding standards
This commit is contained in:
parent
978b98fd20
commit
fe73354b4f
30
Dockerfile
30
Dockerfile
@ -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 /
|
||||||
|
@ -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 /
|
||||||
|
@ -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 /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user