Skip to content

Commit

Permalink
try to fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
oussama Dahmaz authored and oussama Dahmaz committed Aug 25, 2024
1 parent 90de65b commit b260440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-macos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ USER root

RUN cp /dev/null /etc/apt/sources.list \
&& echo "deb http://archive.debian.org/debian/ buster main contrib non-free" | tee -a /etc/apt/sources.list \
&& echo "deb http://security.debian.org/ buster/updates main contrib non-free" | tee -a /etc/apt/sources.list \
&& echo "deb http://security.debian.org/buster/updates main contrib non-free" | tee -a /etc/apt/sources.list \
&& echo "deb http://archive.debian.org/debian/ buster-updates main contrib non-free" | tee -a /etc/apt/sources.list \
&& echo "deb http://archive.debian.org/debian buster-backports main contrib non-free" | tee -a /etc/apt/sources.list
&& echo "deb http://archive.debian.org/debian/ buster-backports main contrib non-free" | tee -a /etc/apt/sources.list

RUN apt-get update\
&& apt-get install -y g++ libbz2-dev python-dev wget build-essential libssl-dev \
Expand Down

0 comments on commit b260440

Please sign in to comment.