[packaging] Conform to debian package naming rules (#1647)

* [packaging] Conform to debian package naming rules

* Add hip_hcc metapackage for backward compatibility
This commit is contained in:
Maneesh Gupta
2019-11-14 11:40:34 +05:30
committed by GitHub
parent 0a74d771b4
commit 2ca1a82036
14 changed files with 102 additions and 58 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ COPY *.deb /tmp/
# Install the debian package
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y curl \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --allow-unauthenticated -y \
/tmp/hip_base-*.deb \
/tmp/hip_hcc-*.deb \
/tmp/hip_doc-*.deb \
/tmp/hip_samples-* \
/tmp/hip-base-*.deb \
/tmp/hip-hcc-*.deb \
/tmp/hip-doc-*.deb \
/tmp/hip-samples-* \
&& rm -f /tmp/*.deb \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*