Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
changes
testing
build the image
docker build -t sumo_image .
check it worked by getting the version of sumo in the docker
docker run -ti sumo_image --version Eclipse SUMO Version 1.3.1 Build features: Linux-4.15.0-66-generic x86_64 GNU 6.3.0 Release Proj GUI GDAL GL2PS SWIG Copyright (C) 2001-2019 German Aerospace Center (DLR) and others; https://sumo.dlr.de Eclipse SUMO Version 1.3.1 is part of SUMO. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html SPDX-License-Identifier: EPL-2.0
there should be sumo 1.3.1 in container