0edcc30d06cdc58904064741ea0a49bc74e01825
[integration/packaging.git] / odl-docker / Dockerfile
1 # SPDX-License-Identifier: EPL-1.0
2 ##############################################################################
3 # Copyright (c) 2021 The Linux Foundation and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Eclipse Public License v1.0
7 # which accompanies this distribution, and is available at
8 # http://www.eclipse.org/legal/epl-v10.html
9 ##############################################################################
10
11 FROM alpine
12 CMD ["echo", "Hello StackOverflow!"]