File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ RUN pyright --help > /dev/null 2>&1
191191# Enable Git operations in the /workspace directory
192192RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
193193
194- RUN ln -sf /bin/bash /bin/sh
195194
196195### BUILDS ###
197196
Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ RUN pyright --help > /dev/null 2>&1
176176# Enable Git operations in the /workspace directory
177177RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
178178
179- RUN ln -sf /bin/bash /bin/sh
180-
181179# Rust build/dev dependencies
182180RUN apt-get update && \
183181 apt-get install --no-install-recommends -y \
Original file line number Diff line number Diff line change @@ -228,8 +228,6 @@ RUN pyright --help > /dev/null 2>&1
228228# Enable Git operations in the /workspace directory
229229RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
230230
231- RUN ln -sf /bin/bash /bin/sh
232-
233231# Install prometheus
234232ARG PROM_VERSION=3.4.1
235233RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -210,8 +210,6 @@ RUN pyright --help > /dev/null 2>&1
210210# Enable Git operations in the /workspace directory
211211RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
212212
213- RUN ln -sf /bin/bash /bin/sh
214-
215213# Install prometheus
216214ARG PROM_VERSION=3.4.1
217215RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments