We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ad43 commit 52db455Copy full SHA for 52db455
images/pulp/stable/Containerfile
@@ -43,8 +43,8 @@ RUN ln $(pip3 show pulp_container | sed -n -e 's/Location: //p')/pulp_container/
43
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
44
45
RUN <<EOF
46
-if [[ "$PULP_UI_URL" ]]; then
+ if [[ "$PULP_UI_URL" ]]; then
47
mkdir -p "${PULP_STATIC_ROOT}pulp_ui"
48
curl -Ls $PULP_UI_URL | tar -xzv -C "${PULP_STATIC_ROOT}pulp_ui"
49
-fi
+ fi
50
EOF
0 commit comments