clang v8, when installed in this manner via Docker, did not install the libstdc++. This caused compilation errors. This patch adds the libstdc++-10-dev package to this Dockerfile. Change-Id: Ia0f41e82b3df2d4bf32b418b0cb78111a35e0b9f
This directory contains Dockerfiles used to create images used in the gem5 project.
The docker-compose.yaml defines the building of each image.
The images can be built locally using docker-compose build.