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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,8 @@ RUN \
apt-get -qq update \
&& \
apt-get -qq install -y \
npm
npm \
build-essential
# hadolint ignore=DL3016
RUN npm install -g @angular/cli

View File

@ -16,7 +16,8 @@ RUN \
apt-get -qq update \
&& \
apt-get -qq install -y \
npm
npm \
build-essential
# hadolint ignore=DL3016
RUN npm install -g @angular/cli
@ -96,7 +97,7 @@ USER apps
VOLUME /data/appdata
EXPOSE 17442
COPY ./.containers/apps/youtubedltest/entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
CMD [ "/entrypoint.sh" ]
LABEL "maintainer"="TrueCharts <info@truecharts.org>"