Push some general youtubedl build fixes

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-18 14:20:13 +02:00
parent ddca732b23
commit 75ac09d5ba
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ RUN \
apt-get -qq update \ apt-get -qq update \
&& \ && \
apt-get -qq install -y \ apt-get -qq install -y \
npm npm \
build-essential
# hadolint ignore=DL3016 # hadolint ignore=DL3016
RUN npm install -g @angular/cli RUN npm install -g @angular/cli
+3 -2
View File
@@ -16,7 +16,8 @@ RUN \
apt-get -qq update \ apt-get -qq update \
&& \ && \
apt-get -qq install -y \ apt-get -qq install -y \
npm npm \
build-essential
# hadolint ignore=DL3016 # hadolint ignore=DL3016
RUN npm install -g @angular/cli RUN npm install -g @angular/cli
@@ -96,7 +97,7 @@ USER apps
VOLUME /data/appdata VOLUME /data/appdata
EXPOSE 17442 EXPOSE 17442
COPY ./.containers/apps/youtubedltest/entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
CMD [ "/entrypoint.sh" ] CMD [ "/entrypoint.sh" ]
LABEL "maintainer"="TrueCharts <info@truecharts.org>" LABEL "maintainer"="TrueCharts <info@truecharts.org>"