agri-gaia / seerep

spatio-temporal-SEmantic Environment REPresentation for robots in an agricultural context
https://agri-gaia.github.io/seerep
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

fix: remove version pinning of apt packages in docker base image #403

Closed jarkenau closed 3 months ago

jarkenau commented 3 months ago

Older versions of packages are not retained in the apt repository, leading to build failures when new packages become available. Very inconvenient that this is the default recommendation of the linter :/

jarkenau commented 3 months ago

There are some more apt install later in the Dockerfile

Oops ... Now everything should be included.