mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 15:35:41 +01:00
7 lines
290 B
Docker
7 lines
290 B
Docker
FROM debian:buster-slim
|
|
LABEL maintainer="yuzuemu"
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
RUN apt-get update && apt-get -y full-upgrade
|
|
RUN apt-get install -y git p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools python3-pip cmake
|
|
RUN pip3 install transifex-client
|