Body:Add test for ADD vs RUN in case of
https
Change-Id: Iddb7a4ce93ffc8aa2a669c628fc1b78d783dfa73
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
apt-transport-https \
vim \
nano \
- patch
+ patch \
+ curl
# Copy assets
COPY RELEASE /
ADD https://packages.gitlab.com/gpg.key key
RUN cat key | apt-key add -
RUN apt-key list
+
+#TEST
+RUN echo "####### TEST START #########"
+ADD https://packages.gitlab.com/login ttt
+RUN curl https://packages.gitlab.com/login
+RUN echo "####### TEST END #########"
+
+
RUN echo "deb https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/gitlab_${RELEASE_PACKAGE}.list
RUN apt-get update