Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Nov 10, 2023
1 parent 8f88ad3 commit c609b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-8.x
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN yum install -y \
RUN sed -i "/gpgkey/a exclude=ocaml*" /etc/yum.repos.d/Cent* /etc/yum.repos.d/epel*

# Set up the builder user
RUN bash -c ' \
RUN bash -xc ' \
OPTS=(); \
if [ -n "${CUSTOM_BUILDER_UID}" ]; then \
OPTS+=("-u" "${CUSTOM_BUILDER_UID}"); \
Expand Down

0 comments on commit c609b4c

Please sign in to comment.