Commit Graph

9 Commits

Author SHA1 Message Date
Radon Rosborough 0e80fba7a6 [#44] Upgrade Mathics, remove deadsnakes dependency
The deadsnakes PPA has apparently not been updated for compatibility
with Ubuntu Groovy, so the build was failing. I think we only needed
deadsnakes (which provides older Python versions) for Mathics,
which (until the recent new release) had a bug that prevented using it
with Python 3.8. By upgrading Mathics, we remove the need for the old
Python version, which means we don't have to figure out how to work
around the deadsnakes compatibility problem.
2020-12-16 21:43:44 -08:00
Radon Rosborough 418ddf3743 wget -v, .env, readme, -i386, env vars 2020-10-07 21:14:39 -07:00
Radon Rosborough 1407e2330b Update CircleCI, fix libc6:i386 install error 2020-10-07 18:39:20 -07:00
Radon Rosborough 2d649ab017 The edge of glory (rolling-release ~everything~) 2020-07-31 19:30:08 -06:00
Radon Rosborough 2987af3c33 New language: Hack 2020-07-19 17:27:33 -06:00
Radon Rosborough f3cb91cbb9 Cleanup 2020-07-17 20:03:29 -06:00
Radon Rosborough 8b8c199c34 Refactor, LSP working for Elixir 2020-07-08 18:56:52 -06:00
Radon Rosborough 91fe6ffd65 Drop privileges to respective uid 2020-06-22 20:46:42 -06:00
Radon Rosborough b4636c46ae Split docker-install.bash into many layers
I've been running into trouble where something will fail inscrutably
in docker-install.bash or when pushing a large layer or something else
of that nature, and those errors really suck when it's just one big
layer. This should aid development and deployment both.
2020-06-10 17:35:08 -06:00