mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 22:23:39 +00:00
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM ubuntu:18.04
|
|
MAINTAINER yuzu
|
|
RUN useradd -m -s /bin/bash yuzu
|
|
RUN apt-get update && apt-get -y full-upgrade
|
|
RUN apt-get install -y git clang-format-6.0
|