Skip to content

Commit e8aba7f

Browse files
committed
Remove yj from build image.
1 parent 129ca98 commit e8aba7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stack/build.Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ RUN echo "$sources" > /etc/apt/sources.list && \
1515
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && \
1616
apt-get -y $package_args install $packages && \
1717
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
18+
for path in /workspace /workspace/source-ws /workspace/source; do git config --system --add safe.directory "${path}"; done

0 commit comments

Comments
 (0)