mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
11 lines
286 B
Docker
11 lines
286 B
Docker
FROM gitpod/workspace-full
|
|
|
|
RUN sudo apt-get update && sudo apt-get install -y \
|
|
pkg-config \
|
|
libsystemd-dev \
|
|
libdbus-1-dev \
|
|
build-essential \
|
|
libelf-dev \
|
|
libseccomp-dev
|
|
|
|
RUN rustup component add clippy rls rust-analysis rust-src rust-docs rustfmt |