Skip to content

Commit

Permalink
test for edgedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
sMeilbeck committed Sep 20, 2024
1 parent a04428e commit 932a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ RUN add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/ed
RUN apt-get update && apt-get install -qq -y microsoft-edge-stable

# Install msedgedriver
# Installiere edgedriver
RUN npm install -g edgedriver
RUN edgedriver --version

# Clean up the cache after installing all necessary packages
RUN apt-get -q update && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 932a094

Please sign in to comment.