diff --git a/docker/steampipe/Dockerfile b/docker/steampipe/Dockerfile index 358ee85f8..585b80d72 100644 --- a/docker/steampipe/Dockerfile +++ b/docker/steampipe/Dockerfile @@ -39,7 +39,6 @@ RUN useradd -ms /bin/bash steampipe && \ USER steampipe WORKDIR /home/steampipe ENV HOME=/home/steampipe -ENV STEAMPIPE_LOG_LEVEL=TRACE # Install the Steampipe engine RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"