• Tom's avatar
    fix: don't fail the build when SQLite3 apt install fails · ef3d4bd8
    Tom authored
    apt-get update fails because apt.postgresql.org dropped the xenial-pgdg
    repo (404), which under set -e silently killed every build. Skip SQLite3
    gracefully instead; python runtimes ship the sqlite3 module already and
    apps on this stack use postgres.
    ef3d4bd8
sqlite3 3.49 KB