Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 24, 2024
1 parent 219b7a2 commit 9690c30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/conan-tests
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ ENV PY36=3.6.15 \
BAZEL_6_3_2=6.3.2 \
BAZEL_7_1_2=7.1.2

RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
add-apt-repository -y ppa:fish-shell/release-3 && \
apt-get update && apt-get install -y --no-install-recommends \
git curl make build-essential libssl-dev zlib1g-dev \
Expand All @@ -37,8 +39,7 @@ RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
fish \
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf unzip \
apt-transport-https \
gnupg-agent \
software-properties-common && \
gnupg-agent && \
rm -rf /var/lib/apt/lists/*

RUN useradd -m -s /bin/bash conan && \
Expand Down

0 comments on commit 9690c30

Please sign in to comment.