Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 1ea86dd

Browse files
committed
add icon back
1 parent 1faab66 commit 1ea86dd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ LABEL maintainer="thelamer"
1111
ENV TITLE=FreeTube
1212

1313
RUN \
14+
echo "**** add icon ****" && \
15+
curl -o \
16+
/usr/share/selkies/www/icon.png \
17+
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freetube-logo.png && \
1418
echo "**** install packages ****" && \
1519
apt-get update && \
1620
apt-get install -y --no-install-recommends \

Dockerfile.aarch64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ LABEL maintainer="thelamer"
1111
ENV TITLE=FreeTube
1212

1313
RUN \
14+
echo "**** add icon ****" && \
15+
curl -o \
16+
/usr/share/selkies/www/icon.png \
17+
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freetube-logo.png && \
1418
echo "**** install packages ****" && \
1519
apt-get update && \
1620
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)