mirror of https://github.com/o2sh/onefetch.git
2 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||||||
ARG VARIANT="buster" |
ARG VARIANT="bookworm" |
||||||
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT} |
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT} |
||||||
RUN sudo apt update && sudo apt install -y cmake |
RUN sudo apt update && sudo apt install -y cmake |
||||||
|
|||||||
Loading…
Reference in new issue