Skip to content

Commit 27f9814

Browse files
committed
base: add thrift dependencies
Add the thrift compiler (code generator) as well as host runtime libraries (for running samples on the host). Signed-off-by: Chris Friedt <[email protected]>
1 parent 45663e7 commit 27f9814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ RUN apt-get -y update && \
7878
valgrind \
7979
wget \
8080
ovmf \
81-
xz-utils
81+
xz-utils \
82+
thrift-compiler
8283

8384
# Install multi-lib gcc (x86 only)
8485
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \

0 commit comments

Comments
 (0)