usdot-fhwa-stol / carma-messenger

CARMA Messenger will be a scaled down version of CARMA Platform for a non-automated vehicle to participate in Cooperative Driving Automation (CDA). Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-messenger/
14 stars 11 forks source link

php:7.1-apache-jessie is EOL and apt key is expired #197

Closed codygarver closed 1 year ago

codygarver commented 1 year ago

Summary

Debian Jessie was EOL a while ago and now the apt key has expired and is causing problems with apt install that had to be hacked around with --force-yes. Dockerfile should use a newer base image.

Version

4.3.0 (Current)

Expected Behavior

Successfully build docker image with no warnings or errors

Actual Behavior

Build fails with errors

Steps to Reproduce the Actual Behavior

Run the docker build steps

Related Work

No response