Skip to content

Commit cb30b24

Browse files
committed
handle cache
1 parent f5b373a commit cb30b24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install_rstudio.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ set -e
44
RSTUDIO_VERSION=${1:-${RSTUDIO_VERSION:-"stable"}}
55
NB_USER=${NB_USER:-"jovyan"}
66

7+
export DEBIAN_FRONTEND=noninteractive
8+
9+
# Fix any interrupted dpkg processes
10+
dpkg --configure -a
11+
712
apt-get update && apt-get -y install \
813
ca-certificates \
914
gdebi-core \

0 commit comments

Comments
 (0)