Skip to content

Commit

Permalink
Merge pull request #1411 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 81506a4 + 264bd6b commit 75e8850
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/AnalyticsWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 Down
1 change: 1 addition & 0 deletions docker/ComplianceReportWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 Down
1 change: 1 addition & 0 deletions docker/InsightWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 Down
1 change: 1 addition & 0 deletions docker/SteampipeServiceDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 Down

0 comments on commit 75e8850

Please sign in to comment.