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 ...@@ -191,7 +191,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory # Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
### BUILDS ### ### BUILDS ###
......
...@@ -176,8 +176,6 @@ RUN pyright --help > /dev/null 2>&1 ...@@ -176,8 +176,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory # Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Rust build/dev dependencies # Rust build/dev dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
......
...@@ -228,8 +228,6 @@ RUN pyright --help > /dev/null 2>&1 ...@@ -228,8 +228,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory # Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus # Install prometheus
ARG PROM_VERSION=3.4.1 ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
......
...@@ -210,8 +210,6 @@ RUN pyright --help > /dev/null 2>&1 ...@@ -210,8 +210,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory # Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus # Install prometheus
ARG PROM_VERSION=3.4.1 ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \ 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