Skip to content

Commit bd15a17

Browse files
committed
updates to Dockerfile
Signed-off-by: Oleksii Kuchaiev <[email protected]>
1 parent 624099b commit bd15a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
2727
RUN apt-get update && \
2828
apt-get install -y \
2929
libsndfile1 sox \
30+
libfreetype6 \
3031
python-setuptools swig \
3132
python-dev ffmpeg && \
3233
rm -rf /var/lib/apt/lists/*
@@ -53,7 +54,7 @@ COPY . .
5354

5455
# start building the final container
5556
FROM nemo-deps as nemo
56-
ARG NEMO_VERSION=1.0.0b1
57+
ARG NEMO_VERSION=1.0.0b2
5758

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

0 commit comments

Comments
 (0)