Skip to content
Snippets Groups Projects

Update Dockerfile

Files
2
@@ -2,6 +2,7 @@
*******************************************************************************
Copyright (c) 2021 in-tech GmbH
2023 Mercedes-Benz Tech Innovation GmbH
2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
@@ -95,3 +96,20 @@ openPASS as Submodule
Sphinx allows to specify a configuration residing in ``conf.py`` in the documentation source directory.
Customization is done by providing a customized file here, with the open source version as template (:download:`@OP_REL_ROOT@/doc/source/conf.py`).
Docker Image
------------
This documentation provides an overview of the Dockerfile used to build an image containing all the necessary packages required for building |Op_oss|. The resulting image can be used as a development environment.
**Usage**
#. Clone the |Op_oss| project
#. At the root level (the folder containing the repo), execute the following command
.. code-block::
docker build -f ./repo/utils/Dockerfile -t <DockerImageName> .
.. note:: The Dockerfile assumes the name of the repository as "repo". The command and the Dockerfile should be modified accordingly, if different name is used
\ No newline at end of file
Loading