Skip to content

Commit

Permalink
Fix multi-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrod3 committed Oct 31, 2024
1 parent f62ad43 commit 52db455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/pulp/stable/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN ln $(pip3 show pulp_container | sed -n -e 's/Location: //p')/pulp_container/
RUN ln $(pip3 show pulp_python | sed -n -e 's/Location: //p')/pulp_python/app/webserver_snippets/nginx.conf /etc/nginx/pulp/pulp_python.conf

RUN <<EOF
if [[ "$PULP_UI_URL" ]]; then
if [[ "$PULP_UI_URL" ]]; then
mkdir -p "${PULP_STATIC_ROOT}pulp_ui"
curl -Ls $PULP_UI_URL | tar -xzv -C "${PULP_STATIC_ROOT}pulp_ui"
fi
fi
EOF

0 comments on commit 52db455

Please sign in to comment.