[VOL-5031] - baseline build for repo:voltha-onos

makefiles/*.mk
*.sh
etc/*.sh
Dockerfile.votlha-onos
----------------------
  o Update copyright notice ending date.
  o Patch will trigger a clean build to screen for pre-existing failures.

Dockerfile.votlha-onos
----------------------
  o Remove duplciate apt-get call, only need to refresh the index once.

Change-Id: Iacf97a88266d300ec6985d233f388f1b25c5c90c
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 54dd41d..0af83e2 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -72,7 +72,7 @@
 
 # https://askubuntu.com/questions/1095266/apt-get-update-failed-because-certificate-verification-failed-because-handshake
 RUN apt-get install --reinstall -y ca-certificates
-RUN rm /etc/apt/sources.list.d/zulu-openjdk.list && apt-get update
+RUN rm /etc/apt/sources.list.d/zulu-openjdk.list
 RUN apt-get update
 RUN apt-get install unzip -y