Skip to content

Commit a646cbe

Browse files
committed
feat: -dev debs for stable download urls
Signed-off-by: Brian Ketelsen <[email protected]>
1 parent 94bd21c commit a646cbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
2020
--mount=type=tmpfs,dst=/tmp \
2121
apt-get update && \
2222
apt-get install -y wget && \
23-
wget -O /tmp/nbc.deb https://github.com/frostyard/nbc/releases/download/v0.12.1/nbc_0.12.1_amd64.deb && \
23+
wget -O /tmp/igloo.deb https://github.com/frostyard/igloo/releases/download/dev/igloo_1.0.0.dev_amd64.deb && \
24+
wget -O /tmp/nbc.deb https://github.com/frostyard/nbc/releases/download/dev/nbc_1.0.0.dev_amd64.deb && \
2425
wget -O /tmp/snow-first-setup.deb https://github.com/frostyard/first-setup/releases/download/continuous/snow-first-setup.deb && \
2526
wget -O /tmp/chairlift.deb https://github.com/frostyard/chairlift/releases/download/continuous/chairlift.deb && \
2627
apt-get install -y /tmp/snow-first-setup.deb && \
2728
apt-get install -y /tmp/chairlift.deb && \
2829
apt-get install -y /tmp/nbc.deb && \
30+
apt-get install -y /tmp/igloo.deb && \
2931
/ctx/build && \
3032
/ctx/shared/build-initramfs && \
3133
/ctx/shared/finalize

0 commit comments

Comments
 (0)