Skip to content

Commit

Permalink
Update builder - hold back libfann
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Dec 9, 2024
1 parent 5c25e5e commit b5b7f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:9 AS builder
FROM debian:12 AS builder
# Install system dependencies
# Note: For libfann, Jessie: 2.1.0, Stretch: 2.2.0
RUN echo 'deb http://deb.debian.org/debian jessie main' >> /etc/apt/sources.list
RUN echo 'deb [trusted=yes] http://archive.debian.org/debian jessie main' >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y build-essential libboost-system-dev libboost-thread-dev \
libexpat1-dev libmatheval-dev libconfig++-dev \
Expand Down

0 comments on commit b5b7f89

Please sign in to comment.