Skip to content

Commit

Permalink
hotfix: install required usg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Dec 4, 2023
1 parent 23ffa9a commit 286d47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ COPY docker/ua-attach-config.sh .
RUN --mount=type=secret,id=UA_TOKEN ./ua-attach-config.sh && \
ua attach --attach-config ua-attach-config.yaml && \
rm ua-attach-config.yaml
RUN apt-get -y install usg-benchmarks-1
RUN apt-get -y -q install usg
RUN usg fix cis_level1_server
RUN apt-get purge --auto-remove -y ubuntu-advantage-tools

0 comments on commit 286d47b

Please sign in to comment.