]> git.earman.xyz Git - sensor-watch.git/commit
Update Devcontainer Dockerfile
authorNicholas Rodrigues Lordello <n@lordello.net>
Thu, 22 Aug 2024 12:54:41 +0000 (14:54 +0200)
committerNicholas Rodrigues Lordello <n@lordello.net>
Thu, 22 Aug 2024 12:54:41 +0000 (14:54 +0200)
commitf02e73c1c46f7896d16de98704a43aeaf19912a0
tree2509c42d53b900b40fcf2369f77385b06dabc057
parent0ad5fa473313b1f0e1c8125b232d91961f5c06ae
Update Devcontainer Dockerfile

This PR updates the .devcontainer Dockerfile which was no longer
working. Attempting to build an image from the Dockerfile would result
in an error:

```
E: The repository 'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file.
```

AFAIU, this is because the 22.04 release is no longer supported. I
changed the base image to the current LTS release, which should remain
supported until 2029.

In addition, the Dockerfile is also modified to install `emscripten` APT
package. While this is not the recommented installation method from the
Emscripten docs, it is much more convenient and works enough to build
the simulator using the resulting Docker image.
.devcontainer/Dockerfile