aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libtpms/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libtpms/Dockerfile')
-rw-r--r--projects/libtpms/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libtpms/Dockerfile b/projects/libtpms/Dockerfile
index f8bbb408..2f180001 100644
--- a/projects/libtpms/Dockerfile
+++ b/projects/libtpms/Dockerfile
@@ -19,7 +19,7 @@ RUN \
apt-get update && \
apt-get install -y \
make autoconf automake libtool \
- libstdc++-5-dev \
+ libstdc++-9-dev \
libssl-dev libseccomp-dev pkg-config
RUN git clone --depth 1 https://github.com/stefanberger/libtpms libtpms
WORKDIR libtpms