Skip to content

Commit

Permalink
Merge pull request #1412 from kaytu-io/fix-steampipe-upgrade
Browse files Browse the repository at this point in the history
fix: install setfacl
  • Loading branch information
artaasadi authored Aug 3, 2024
2 parents 75e8850 + 859666d commit cf64723
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions docker/AnalyticsWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM ubuntu:20.04 AS base
RUN apt-get update && apt-get install -y \
curl \
sudo \
setfacl \
&& rm -rf /var/lib/apt/lists/*

RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"
Expand All @@ -25,8 +24,6 @@ RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN apt update
RUN apt install -y procps htop
RUN setfacl -Rdm u:steampipe:rwx /home/steampipe
RUN setfacl -Rm u:steampipe:rwx /home/steampipe
USER steampipe

COPY ./build/analytics-worker /
Expand Down
3 changes: 0 additions & 3 deletions docker/ComplianceReportWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM ubuntu:20.04 AS base
RUN apt-get update && apt-get install -y \
curl \
sudo \
setfacl \
&& rm -rf /var/lib/apt/lists/*

RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"
Expand All @@ -25,8 +24,6 @@ RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN apt update
RUN apt install -y procps htop
RUN setfacl -Rdm u:steampipe:rwx /home/steampipe
RUN setfacl -Rm u:steampipe:rwx /home/steampipe
USER steampipe

COPY ./build/compliance-report-worker /
Expand Down
3 changes: 0 additions & 3 deletions docker/InsightWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM ubuntu:20.04 AS base
RUN apt-get update && apt-get install -y \
curl \
sudo \
setfacl \
&& rm -rf /var/lib/apt/lists/*

RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"
Expand All @@ -25,8 +24,6 @@ RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN apt update
RUN apt install -y procps htop
RUN setfacl -Rdm u:steampipe:rwx /home/steampipe
RUN setfacl -Rm u:steampipe:rwx /home/steampipe
USER steampipe

COPY ./build/insight-worker /
Expand Down
3 changes: 0 additions & 3 deletions docker/SteampipeServiceDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM ubuntu:20.04 AS base
RUN apt-get update && apt-get install -y \
curl \
sudo \
setfacl \
&& rm -rf /var/lib/apt/lists/*

RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"
Expand All @@ -25,6 +24,4 @@ RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN apt update
RUN apt install -y procps htop
RUN setfacl -Rdm u:steampipe:rwx /home/steampipe
RUN setfacl -Rm u:steampipe:rwx /home/steampipe
USER steampipe

0 comments on commit cf64723

Please sign in to comment.