diff options
author | pmikus <pmikus@cisco.com> | 2021-04-08 12:12:30 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-04-08 12:12:30 +0000 |
commit | 2c1809bfabcef9d74e9a7da58a694a320733a64f (patch) | |
tree | 819298cbf828a4e0aafcc344257dddb5cc5a0a68 /resources/tools/disk-image-builder/nested/requirements.sh | |
parent | d653bff621c44d0af1f4dcb786e9830362cdac38 (diff) |
Remove obsolete image builder
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I6cb73a6b9fbbdec2d7127f2457cbe21d12cd3e64
Diffstat (limited to 'resources/tools/disk-image-builder/nested/requirements.sh')
-rw-r--r-- | resources/tools/disk-image-builder/nested/requirements.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/resources/tools/disk-image-builder/nested/requirements.sh b/resources/tools/disk-image-builder/nested/requirements.sh deleted file mode 100644 index c646506c0f..0000000000 --- a/resources/tools/disk-image-builder/nested/requirements.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2016 Cisco and/or its affiliates. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at: -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -sudo apt-get install -y gcc-multilib bc unzip |