Skip to content

Instantly share code, notes, and snippets.

View cwillsey06's full-sized avatar
🪫

Coltrane Willsey cwillsey06

🪫
  • Albuquerque, New Mexico
  • 21:36 (UTC -07:00)
View GitHub Profile
@cwillsey06
cwillsey06 / Dockerfile
Last active December 24, 2022 13:53 — forked from m00nwtchr/Dockerfile
Compile ALVR client using Docker
# syntax=docker/dockerfile:1.3
FROM archlinux AS build
ARG VERSION="latest"
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
pacman -Syu --noconfirm
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
pacman -Sy --needed --noconfirm base-devel cmake git unzip rustup cargo jre11-openjdk-headless jdk8-openjdk clang python