tools: dev_container: add missing script to Dockerfile

This file also needs to be copied otherwise the container generation will fail.

BUG=None
TEST=make -C tools/impl/dev_container crosvm_dev

Change-Id: I571213a0078e5cf8bd6c7e5f157b6e7dda5fff47
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3685677
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Alexandre Courbot 2022-06-02 13:09:44 +09:00 committed by Chromeos LUCI
parent a89e65beb1
commit 1adf131537

View file

@ -17,6 +17,7 @@ RUN dpkg --add-architecture arm64 \
# Install dependencies for native builds. # Install dependencies for native builds.
COPY tools/install-deps /tools/ COPY tools/install-deps /tools/
COPY tools/install-docs-deps /tools/
RUN apt-get update \ RUN apt-get update \
&& apt-get install --yes sudo \ && apt-get install --yes sudo \
&& /tools/install-deps \ && /tools/install-deps \