diff options
Diffstat (limited to 'opendaylight')
-rw-r--r-- | opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile b/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile index 4201b83e..15b17d80 100644 --- a/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile +++ b/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile @@ -21,7 +21,7 @@ RUN sed -i -e 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL && addgroup odl wheel # Patch some opendaylight artifacts -#COPY system $ODL_HOME/system +COPY system $ODL_HOME/system # Add missing scripts see SDNC-1056 #COPY configure_cluster.sh configure-cluster-ipdetect.sh custom_shard_config.txt set_persistence.sh $ODL_HOME/bin/ |