Skip to content
Snippets Groups Projects
Verified Commit 435a6ad5 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: include wait-for-it in final image

parent bd5d3679
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ ENV AURA_GID=${AURA_UID}
RUN set -e \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends ffmpeg ca-certificates netcat-openbsd \
&& apt-get install -y -q --no-install-recommends ffmpeg ca-certificates netcat-openbsd wait-for-it \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN set -e \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment