Skip to content

Commit c88bc0c

Browse files
authored
bug: Remove VOLUME instruction in base Dockerfile
It causes the issue mentioned in #2064 (comment)
1 parent 7b7faff commit c88bc0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Base/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ RUN rm -fr /root/.cache/*
128128
# Run the following commands as non-privileged user
129129
#===================================================
130130
USER ${SEL_UID}:${SEL_GID}
131-
VOLUME ${SEL_DOWNLOAD_DIR}
132131

133132
# Boolean value, maps "--bind-host"
134133
ENV SE_BIND_HOST false

0 commit comments

Comments
 (0)