mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 10:15:39 +01:00
linux-transifex: Remove user and maintainer directives (#44)
This commit is contained in:
parent
c186616054
commit
2581cc7ea5
@ -1,8 +1,6 @@
|
|||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
MAINTAINER yuzu
|
LABEL maintainer="yuzuemu"
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu
|
|
||||||
RUN apt-get update && apt-get -y full-upgrade
|
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 apt-get install -y git p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools python3-pip cmake
|
||||||
RUN pip3 install transifex-client
|
RUN pip3 install transifex-client
|
||||||
USER 1027
|
|
||||||
|
Loading…
Reference in New Issue
Block a user