Skip to content

Commit

Permalink
fix: switch to ubuntu builder, leverage caching better
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Sep 22, 2024
1 parent e13ddcb commit 40bff68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM alpine:3.20 as build
FROM ubuntu:20.04 as cached

RUN apt-get update && apt-get install -y wget

FROM cached as build

ARG URL=https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-x86_64-unknown-linux-gnu.tar.gz

Expand Down

0 comments on commit 40bff68

Please sign in to comment.