This commit is contained in:
Ayaz Salikhov
2021-05-22 14:01:01 +03:00
parent d65334bdfb
commit fbceaa9892
10 changed files with 34 additions and 39 deletions

View File

@@ -8,8 +8,8 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root
# R pre-requisites
RUN apt-get update && \
apt-get install -y --no-install-recommends \
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
fonts-dejavu \
unixodbc \
unixodbc-dev \