Skip to content

Commit

Permalink
Try to fix Syno218 build (fix python2-dev package))
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 28, 2024
1 parent 0e5d16a commit e5303cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-synology_218p/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo "deb http://archive.debian.org/debian/ stretch main contrib non-free" |
RUN apt-get update \
&& apt-get dist-upgrade -q -y \
&& apt-get install -q -y build-essential gawk gfortran texinfo bison libncurses-dev nano ncdu \
g++ libbz2-dev python-dev python3-dev wget build-essential libssl-dev \
g++ libbz2-dev python2.7-dev python3-dev wget build-essential libssl-dev \
libopencv-gpu-dev autoconf automake libtool curl make g++ unzip \
libpcre3 libpcre3-dev libreadline-dev libpq5 \
postgresql-server-dev-all git rpm zip gcc gcc-doc libc6-dev
Expand Down

0 comments on commit e5303cf

Please sign in to comment.