1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-03 13:26:13 +02:00
youki/.gitpod.Dockerfile

11 lines
286 B
Docker
Raw Normal View History

2021-12-28 14:34:03 +01:00
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 \
2022-02-17 14:05:00 +01:00
libseccomp-dev
RUN rustup component add clippy rls rust-analysis rust-src rust-docs rustfmt