mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): add vendored glew-cmake-2.2.0 library
This commit is contained in:
parent
cf257c771f
commit
dd52d00736
303 changed files with 25236 additions and 1 deletions
10
vendor/glew-cmake-2.2.0/glew-cmake/Dockerfile
vendored
Normal file
10
vendor/glew-cmake-2.2.0/glew-cmake/Dockerfile
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue