File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL tag="ackee-gitlab" \
77SHELL ["/bin/bash" , "-c" ]
88
99RUN apt-get update && apt-get install -y \
10- curl \
10+ curl \
1111 git \
1212 libgl1-mesa-glx \
1313 unzip \
@@ -132,7 +132,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
132132ENV GITLAB_CI_UTILS_VERSION 2.7.0
133133RUN curl -o helper_functions.sh "https://raw.githubusercontent.com/AckeeDevOps/gitlab-ci-utils/$GITLAB_CI_UTILS_VERSION/scripts/helper_functions.sh" \
134134 && curl -o android_ci_functions.sh "https://raw.githubusercontent.com/AckeeCZ/android-gitlab-ci-scripts/v1.0.0/android_ci_functions.sh" \
135- && echo "source helper_functions.sh" >> ~/.bashrc \
136- && echo "source android_ci_functions.sh" >> ~/.bashrc
135+ && echo "source helper_functions.sh" >> /etc/profile \
136+ && echo "source android_ci_functions.sh" >> /etc/profile
137137
138138VOLUME /root/.gradle
You can’t perform that action at this time.
0 commit comments