Fix casing in Dockerfile
Some checks failed
check / stable / fmt (push) Successful in 22s
check / beta / clippy (push) Failing after 56s
check / stable / clippy (push) Failing after 48s
check / semver (push) Failing after 5m45s
check / nightly / doc (push) Successful in 2m18s
check / ubuntu / stable / features (push) Successful in 2m25s
check / ubuntu / 1.79.0 (push) Failing after 27s
Some checks failed
check / stable / fmt (push) Successful in 22s
check / beta / clippy (push) Failing after 56s
check / stable / clippy (push) Failing after 48s
check / semver (push) Failing after 5m45s
check / nightly / doc (push) Successful in 2m18s
check / ubuntu / stable / features (push) Successful in 2m25s
check / ubuntu / 1.79.0 (push) Failing after 27s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.89 as builder
|
FROM rust:1.89 AS builder
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y --no-install-recommends libasound2-dev libudev-dev
|
RUN apt-get install -y --no-install-recommends libasound2-dev libudev-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user