Skip to content

Commit

Permalink
Add the Linux desktop setup script to Dockerfile (#8227)
Browse files Browse the repository at this point in the history
In preparation for enabling Linux shell builds, add the script that
installs necessary system-level dependencies.
  • Loading branch information
stuartmorgan committed Mar 20, 2019
1 parent 6a8a45f commit d8c89e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/build/Dockerfile
Expand Up @@ -17,6 +17,7 @@ RUN gclient sync
WORKDIR $ENGINE_PATH/src
RUN ./build/install-build-deps.sh --no-prompt
RUN ./build/install-build-deps-android.sh --no-prompt
RUN ./flutter/build/install-build-deps-linux-desktop.sh

WORKDIR $HOME/dart
RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.0-dev.7.1/sdk/dartsdk-linux-x64-release.zip
Expand Down

0 comments on commit d8c89e2

Please sign in to comment.