1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-09 17:16:16 +02:00
youki/.gitpod.Dockerfile
2022-02-17 13:05:00 +00:00

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