Skip to content

Commit fce7f8d

Browse files
committed
Add nasm dependency, update debian #933
1 parent f092207 commit fce7f8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Earthfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION --try 0.8
22
PROJECT ontola/atomic-server
33
IMPORT ./browser AS browser
44
IMPORT github.com/earthly/lib/rust AS rust
5-
FROM rust:buster
5+
FROM rust:bookworm
66
WORKDIR /code
77

88
pipeline:
@@ -33,6 +33,8 @@ docker-all:
3333

3434
install:
3535
RUN apt-get update -qq
36+
# NASM is required for the image library
37+
RUN apt install nasm
3638
RUN rustup component add clippy
3739
RUN rustup component add rustfmt
3840
RUN cargo install cross

0 commit comments

Comments
 (0)