generated from ext/template
rust image is based on trixie
This commit is contained in:
parent
e9d8e52eb3
commit
1d7be0b202
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# use specific image if relevant (rust, golang)
|
||||
FROM rust:1.90
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y gcc \
|
||||
apt-get install -y curl \
|
||||
gcc \
|
||||
clang \
|
||||
libudev-dev libgbm-dev \
|
||||
libxkbcommon-dev \
|
||||
|
|
@ -14,4 +15,5 @@ RUN apt-get update && \
|
|||
libseat-dev \
|
||||
libpipewire-0.3-dev \
|
||||
libpango1.0-dev \
|
||||
libdisplay-info-dev
|
||||
libdisplay-info-dev && \
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue