Skip to content

Commit 22d909a

Browse files
committed
Den
1 parent bbf936b commit 22d909a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/docker/server/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ RUN apt-get update && \
66
build-essential \
77
cmake \
88
git \
9-
unzip
9+
unzip \
10+
wget
1011

1112
WORKDIR /usr/src/rabbit
1213

1314
# Download source code
1415
COPY . /usr/src/rabbit
1516

1617
# Install Boost
17-
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2 && \
18+
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2 --no-check-certificate && \
1819
tar -xf boost_1_84_0.tar.bz2 && \
1920
mv boost_1_84_0 boost && \
2021
cd boost && \

0 commit comments

Comments
 (0)