Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sysoleg authored Dec 28, 2023
1 parent dc1148a commit 5219a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest AS builder

RUN apt update && apt install -y wget p7zip-full squashfs-tools jq

RUN wget $(wget -qO - https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json | jq -r '.[].url' | sed -E 's/(.*)1\.5/\1vyos-1.5/')
RUN wget -qO out.iso $(wget -qO - https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json | jq -r '.[].url' | sed -E 's/(.*)1\.5/\1vyos-1.5/')

RUN mkdir rootfs && 7z e out.iso filesystem.squashfs -r && \
unsquashfs -f -d rootfs/ filesystem.squashfs
Expand Down

0 comments on commit 5219a89

Please sign in to comment.