We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129ca98 commit e8aba7fCopy full SHA for e8aba7f
stack/build.Dockerfile
@@ -15,6 +15,4 @@ RUN echo "$sources" > /etc/apt/sources.list && \
15
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && \
16
apt-get -y $package_args install $packages && \
17
rm -rf /var/lib/apt/lists/* /tmp/* /etc/apt/preferences && \
18
- for path in /workspace /workspace/source-ws /workspace/source; do git config --system --add safe.directory "${path}"; done && \
19
- curl -sSfL -o /usr/local/bin/yj https://github.com/sclevine/yj/releases/latest/download/yj-linux-amd64 && \
20
- chmod +x /usr/local/bin/yj
+ for path in /workspace /workspace/source-ws /workspace/source; do git config --system --add safe.directory "${path}"; done
0 commit comments