Skip to content

Commit

Permalink
Add libgtest-dev to Ubuntu AMD64 image (#9405)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Jun 12, 2019
1 parent 99772ab commit ea0483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu_amd64/Dockerfile
Expand Up @@ -36,4 +36,4 @@ RUN \

RUN apt-get -y upgrade
# clang and gcc already installed
RUN apt-get install --no-install-recommends -y ccache cmake libsdl2-dev libsdl2-ttf-dev pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libzip-dev git libssl-dev ninja-build libicu-dev
RUN apt-get install --no-install-recommends -y ccache cmake libsdl2-dev libsdl2-ttf-dev pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libzip-dev git libssl-dev ninja-build libicu-dev libgtest-dev

0 comments on commit ea0483c

Please sign in to comment.