Skip to content

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 #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
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

1 comment on commit c88bc0c

@therealdjryan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VietND96 ,thanks for looking at this, I appreciate the time you've put in to solve these issues that probably don't affect many people

Please sign in to comment.