Skip to content

Commit d1849c2

Browse files
Added Curl to the runtime dependencies to allow for easier scripting (#114)
This is all that needs to be changed for the issue I raised to be resolved.
1 parent 944ccdd commit d1849c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get install -y alsa-utils
4343
RUN apt-get install -y --no-install-recommends pulseaudio-utils
4444
RUN apt-get install -y ca-certificates
4545
RUN apt-get install -y libavahi-compat-libdnssd1
46+
RUN apt-get install -y curl
4647

4748
RUN rm -rf /var/lib/apt/lists/*
4849

0 commit comments

Comments
 (0)