Skip to content

Commit

Permalink
Release version 14. (#43)
Browse files Browse the repository at this point in the history
* Fix issue with APT::Update::Post-Invoke. (#40)

* Fix issue with APT::Update::Post-Invoke.

E: Problem executing scripts APT::Update::Post-Invoke 'rm -f
/var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb
/var/cache/apt/*.bin || true'
E: Sub-process returned an error code

* Update docker related error on Jammy.

* Prepare for next development cycle for version 0.8.14 [full build]

* Travis ubuntu jammy
  • Loading branch information
ewelinagr authored May 24, 2023
1 parent b4432c5 commit 9972627
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: focal
dist: jammy

language: java

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.13
0.8.14
3 changes: 0 additions & 3 deletions projects/jupyterhub-singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM jupyter/datascience-notebook:lab-3.6.3

USER root


RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-clean

RUN apt-get update && \
apt-get install -y vim curl sudo libneon27-gnutls-dev po4a automake && \
rm -rf /var/lib/apt/lists/* /var/log/dpkg.log /var/log/apt/*
Expand Down

0 comments on commit 9972627

Please sign in to comment.