Skip to content

Commit

Permalink
updates to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kuchaiev <[email protected]>
  • Loading branch information
okuchaiev committed Nov 17, 2020
1 parent 624099b commit bd15a17
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 @@ -27,6 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
libsndfile1 sox \
libfreetype6 \
python-setuptools swig \
python-dev ffmpeg && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -53,7 +54,7 @@ COPY . .

# start building the final container
FROM nemo-deps as nemo
ARG NEMO_VERSION=1.0.0b1
ARG NEMO_VERSION=1.0.0b2

# Check that NEMO_VERSION is set. Build will fail without this. Expose NEMO and base container
# version information as runtime environment variable for introspection purposes
Expand Down

0 comments on commit bd15a17

Please sign in to comment.