Skip to content

Commit

Permalink
Avoid any interactivity while installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuschl committed Jan 8, 2023
1 parent 46f8250 commit 59d0ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV LANGUAGE en_US:en
ENV SUBSONIC_UID 1000
ENV SUBSONIC_GID 1000

RUN apt-get update \
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y locales ffmpeg openjdk-8-jre-headless nano flac lame mikmod timidity wget \
&& apt-get clean \
Expand Down

0 comments on commit 59d0ca9

Please sign in to comment.