Skip to content

Commit

Permalink
Update FreeBSD versions to supported
Browse files Browse the repository at this point in the history
  • Loading branch information
samm-git authored Nov 15, 2024
1 parent f531f76 commit fe8f45d
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
Expand Up @@ -75,7 +75,7 @@ RUN cd /tmp && wget https://github.com/planetbeing/libdmg-hfsplus/archive/master


# Get FreeBSD 13 libs/headers, extract and fix broken links
RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/13.2-RELEASE/base.txz \
RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/13.4-RELEASE/base.txz \
&& mkdir -p /opt/cross-freebsd-13 \
&& cd /opt/cross-freebsd-13 \
&& tar -xf /tmp/base.txz ./lib/ ./usr/lib/ ./usr/include/ \
Expand All @@ -88,7 +88,7 @@ RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/13.2-RELEASE/b
&& rm -f /tmp/base.txz

# Get FreeBSD 14 libs/headers, extract and fix broken links
RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/14.0-RELEASE/base.txz \
RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/14.1-RELEASE/base.txz \
&& mkdir -p /opt/cross-freebsd-14 \
&& cd /opt/cross-freebsd-14 \
&& tar -xf /tmp/base.txz ./lib/ ./usr/lib/ ./usr/include/ \
Expand Down

0 comments on commit fe8f45d

Please sign in to comment.