Fix r-notebook error

This commit is contained in:
Ayaz Salikhov
2022-03-17 12:59:17 +02:00
parent dc3bc1a02d
commit a0034964d6

View File

@@ -6,6 +6,9 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>" LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Fix SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root USER root
# R pre-requisites # R pre-requisites