Remove $FGC from Dockerfile

This commit is contained in:
Bhavin Gandhi 2018-08-18 17:17:11 +05:30
commit 67e6b820db

View file

@ -33,7 +33,7 @@ LABEL summary="$SUMMARY" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python36,rh-python36" \
com.redhat.component="$NAME" \
name="$FGC/$NAME" \
name="$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \