Skip to content

Commit

Permalink
Update runner image to ensure up-to date packages (#387)
Browse files Browse the repository at this point in the history
This is needed to adress vulnerability scanner issues, such as
b/305098338 internal bug.
  • Loading branch information
eugeneo authored Oct 26, 2023
1 parent 6d70700 commit e7fe56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/runtime/driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ WORKDIR /src/workspace
COPY --from=1 /tmp/build_output /tmp/build_output
COPY --from=1 /src/code /src/code

RUN apt-get update && apt-get upgrade -y

RUN apt-get update && apt-get install -y \
autoconf \
build-essential \
Expand Down

0 comments on commit e7fe56a

Please sign in to comment.