diff options
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,6 +49,11 @@ RUN apt-get update -q \ nano \ patch +#Workaround for onap +ADD https://packages.gitlab.com/gpg.key key +RUN cat key | apt-key add - +RUN apt-key list + # Copy assets COPY RELEASE / COPY assets/ /assets/ |