Skip to content

Commit

Permalink
Updating google-drive-ocamlfuse to a version available on ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jul 23, 2020
1 parent 3c16655 commit 2b04107
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterhub-singleuser-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
&& apt install -y software-properties-common \
&& add-apt-repository ppa:alessandro-strada/ppa \
&& apt update \
&& apt install -y google-drive-ocamlfuse=0.7.21-0ubuntu1~ubuntu18.04.1 fuse curl jq \
&& apt install -y google-drive-ocamlfuse=0.7.22-0ubuntu3~ubuntu18.04.1 fuse curl jq \
&& apt clean all \
&& pip3 install --upgrade pip \
&& pip3 install notebook jupyterlab jupyterhub \
Expand Down
3 changes: 0 additions & 3 deletions node12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x -o /tmp/nodesource_setup.sh &
apt-get install -y nodejs

ADD .VERSION /opt/ivy/meta/NODE10_VERSION

# Setup Nexus npm repository (see docker-base image for options)
RUN bash /opt/ivy/setup-nexus.sh --npm

0 comments on commit 2b04107

Please sign in to comment.