blob: 4bc28868216cecb44ed2f13559a8d4a85e36ccca [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
FROM ubuntu:bionic
COPY testplan /usr/bin/testplan
RUN chmod +x /usr/bin/testplan
ENTRYPOINT [ "/usr/bin/testplan" ]