Skip to content

Commit

Permalink
build: add libcurl to build containers
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Jul 30, 2023
1 parent e7cdd91 commit e2d69fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu18.04/Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y

RUN apt install build-essential \
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
libboost-dev libicu-dev libssl-dev libcurl-dev \
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu18.04_qt5.15/Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -y && \
RUN apt-get install build-essential \
qt515base qt515svg qt515tools qt515imageformats qt515translations \
mesa-common-dev libglu1-mesa-dev \
libboost-dev libicu-dev libssl-dev libcurl-dev \
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu20.04/Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y

RUN apt install build-essential \
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n\
libboost-dev libssl-dev libicu-dev libcurl-dev \
libboost-dev libssl-dev libicu-dev libcurl4-openssl-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu22.04/Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y

RUN apt install build-essential \
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
libboost-dev libssl-dev libcurl-dev \
libboost-dev libssl-dev libcurl4-openssl-dev \
ragel ninja-build zlib1g-dev git \
wget fuse file -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e2d69fa

Please sign in to comment.