chore(build): add vendored glew-cmake-2.2.0 library

This commit is contained in:
phaneron 2023-11-15 19:27:50 -05:00
parent cf257c771f
commit dd52d00736
303 changed files with 25236 additions and 1 deletions

View file

@ -0,0 +1,10 @@
# Azure pipeline require glibc based image
FROM debian:buster-slim
RUN apt update && \
apt install -y git make gcc python && \
apt clean && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p ~/.ssh && \
ssh-keyscan github.com >> ~/.ssh/known_hosts