mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-07 15:40:02 +01:00
6 lines
252 B
Docker
6 lines
252 B
Docker
FROM debian:buster-slim
|
|
LABEL maintainer="citraemu"
|
|
RUN apt-get update && apt-get -y full-upgrade
|
|
RUN apt-get install -y p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools python3-pip cmake
|
|
RUN pip3 install transifex-client
|