Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
bug: Remove VOLUME instruction in base Dockerfile
Browse files Browse the repository at this point in the history
It causes the issue mentioned in SeleniumHQ#2064 (comment)
  • Loading branch information
VietND96 committed Feb 5, 2024
1 parent 7b7faff commit c88bc0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ RUN rm -fr /root/.cache/*
# Run the following commands as non-privileged user
#===================================================
USER ${SEL_UID}:${SEL_GID}
VOLUME ${SEL_DOWNLOAD_DIR}

# Boolean value, maps "--bind-host"
ENV SE_BIND_HOST false
Expand Down

0 comments on commit c88bc0c

Please sign in to comment.