"examples/multimodal/vscode:/vscode.git/clone" did not exist on "069434b418299caa0a50660e74764ebb28bdfa6c"
Unverified Commit 57d24a18 authored by Misha Chornyi's avatar Misha Chornyi Committed by GitHub
Browse files

build: Removing shell configuration violations. It's bad practice to hardcod… (#1973)

parent 182d3b5d
......@@ -191,7 +191,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
### BUILDS ###
......
......@@ -176,8 +176,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Rust build/dev dependencies
RUN apt-get update && \
apt-get install --no-install-recommends -y \
......
......@@ -228,8 +228,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus
ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \
......
......@@ -210,8 +210,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus
ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment