From ed2727e3a1b6b8277600cfaa824b710db85baf18 Mon Sep 17 00:00:00 2001 From: Kalyan Sriram Date: Thu, 14 Jul 2022 12:07:25 -0700 Subject: [PATCH] bionic: add dataclasses backwards compat dep --- docker/Dockerfile_base-bionic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_base-bionic b/docker/Dockerfile_base-bionic index 45775014..6b610656 100644 --- a/docker/Dockerfile_base-bionic +++ b/docker/Dockerfile_base-bionic @@ -64,7 +64,7 @@ RUN pip3 install wheel setuptools # Python 3 dependencies installed by pip RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \ matplotlib==3.0.* numpy nunavut>=1.1.0 packaging pkgconfig pyros-genmsg pyulog \ - pyyaml requests serial six toml psutil pyulog wheel jsonschema + pyyaml requests serial six toml psutil pyulog wheel jsonschema dataclasses # manual ccache setup RUN ln -s /usr/bin/ccache /usr/lib/ccache/cc \