Skip to content

Commit

Permalink
fixup! fix(ci): adjust Dockerfiles to fix GitHub Actions build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jun 13, 2024
1 parent eda25b3 commit b14b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go build -o voltaserve-conversion
FROM mcr.microsoft.com/playwright:jammy AS runner

RUN apt-get update
RUN apt-get install software-properties-common
RUN apt-get install -y software-properties-common
RUN add-apt-repository universe
RUN apt-get update

Expand Down

0 comments on commit b14b9b5

Please sign in to comment.