docker file
This commit is contained in:
parent
7ccee56509
commit
3fca9c1661
@ -1,5 +1,4 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||||
|
|
||||||
@ -15,5 +14,10 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
|
|||||||
RUN chmod +x rustup.sh
|
RUN chmod +x rustup.sh
|
||||||
RUN ./rustup.sh -y
|
RUN ./rustup.sh -y
|
||||||
|
|
||||||
|
# Install Flutter
|
||||||
|
RUN wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.3-stable.tar.xz
|
||||||
|
RUN tar xf flutter_linux_3.7.3-stable.tar.xz
|
||||||
|
RUN export PATH="$PATH:/home/user/flutter/bin"
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
ENV HOME=/home/user
|
ENV HOME=/home/user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user