diff --git a/Dockerfile b/Dockerfile index a4832bd0d..5dc827052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,8 @@ RUN steampipe --version # Run steampipe query to install db and fdw (they are installed on the first run) RUN steampipe query "select * from steampipe_mod" +RUN rm -f /home/steampipe/.steampipe/internal/.passwd + EXPOSE 9193 COPY docker-entrypoint.sh /usr/local/bin ENTRYPOINT [ "docker-entrypoint.sh" ]