Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4832a85

Browse files
authored
[ci] Add libgcrypt to Docker image. (#3711)
As recommended in flutter/website#5466
1 parent f7096d7 commit 4832a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN sudo apt-get install -y xvfb libegl1-mesa
3131
# Install Linux desktop build tool requirements.
3232
RUN sudo apt-get install -y clang cmake ninja-build file pkg-config
3333
# Install necessary libraries.
34-
RUN sudo apt-get install -y libgtk-3-dev libblkid-dev liblzma-dev
34+
RUN sudo apt-get install -y libgtk-3-dev libblkid-dev liblzma-dev libgcrypt20-dev
3535

3636
# Add repo for Google Chrome and install it
3737
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

0 commit comments

Comments
 (0)