diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-31 01:08:07 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-31 01:08:07 +0200 |
commit | 7b9843da02acb6e37de17218748a9af8f472c8e5 (patch) | |
tree | 71e61eef9214729013fa62716ed934f51cfe7846 /ciimage | |
parent | 3faf35ac64ae1bac8ce63fc4e1492bf1d15cea1e (diff) | |
download | meson-7b9843da02acb6e37de17218748a9af8f472c8e5.zip meson-7b9843da02acb6e37de17218748a9af8f472c8e5.tar.gz meson-7b9843da02acb6e37de17218748a9af8f472c8e5.tar.bz2 |
Added libwmf to the CI image.
Diffstat (limited to 'ciimage')
-rw-r--r-- | ciimage/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 839a429..a2e3433 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -11,4 +11,5 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install gcovr lcov \ && apt-get -y install fpga-icestorm arachne-pnr yosys \ && apt-get -y install gtk-sharp2 gtk-sharp2-gapi libglib2.0-cil-dev \ +&& apt-get -y install libwmf-dev \ && python3 -m pip install hotdoc codecov |