remove redundant commented code

This commit is contained in:
Dawid Gąbka
2024-05-27 16:50:33 +02:00
parent c5a8db8231
commit cd246adff9
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -1,13 +1,7 @@
# Build jellyfin-web
FROM node:20 as jellyfin-web
ARG JELLYFIN_BRANCH=release-10.8.z
# RUN apt-get update && apt-get -y upgrade && apt-get clean
# RUN DEBIAN_FRONTEND=noninteractive TZ=Singapore apt-get -y install tzdata
# RUN apt-get -qq install -y git openssh-server
# RUN apt-get install -y sudo
# RUN apt-get install -y curl
# RUN apt-get -y install expect
ARG JELLYFIN_BRANCH
RUN git clone -b ${JELLYFIN_BRANCH} https://github.com/jellyfin/jellyfin-web.git /home/jellyfin/jellyfin-web
+1 -1
View File
@@ -11,7 +11,7 @@ Credits go to the following:
## Prequisites
- Docker
- Internet connection for the Docker containers
- Internet connection for the Docker images
## How to use