diff --git a/projects/libtpms/Dockerfile b/projects/libtpms/Dockerfile index 50496fe6a..f8bbb408f 100644 --- a/projects/libtpms/Dockerfile +++ b/projects/libtpms/Dockerfile @@ -20,7 +20,7 @@ RUN \ apt-get install -y \ make autoconf automake libtool \ libstdc++-5-dev \ - libssl-dev libseccomp-dev + libssl-dev libseccomp-dev pkg-config RUN git clone --depth 1 https://github.com/stefanberger/libtpms libtpms WORKDIR libtpms COPY build.sh $SRC/