1 FROM --platform=linux/amd64 ubuntu:22.04
3 SHELL ["/bin/bash", "-c"]
5 ARG DEBIAN_FRONTEND=noninteractive
7 RUN apt-get update && \
20 ln -s /usr/bin/FileCheck-15 /usr/bin/FileCheck
26 RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" && \
27 sed -i 's/OSH_THEME="font"/OSH_THEME="powerline"/' ~/.bashrc
29 ADD vcpkg-configuration.json /root/
32 . <(curl https://aka.ms/vcpkg-init.sh -L) && \
33 echo "\n# Initialize vcpkg\n. /root/.vcpkg/vcpkg-init" >> .bashrc && \
34 vcpkg x-update-registry --all && \