Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jan 5, 2024
1 parent 6f631bd commit 7ab4d8c
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 @@ -10,7 +10,7 @@ run apt-get update \
# chrome for testing
run curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --output /tmp/google-chrome.deb \
&& apt-get install -y --no-install-recommends /tmp/google-chrome.deb \
rm /tmp/google-chrome.deb
&& rm /tmp/google-chrome.deb
# python (dev) requirements
add requirements-dev.txt /tmp
run cd /tmp \
Expand Down

0 comments on commit 7ab4d8c

Please sign in to comment.