10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# Configure ENV variables which are set by scripts/build-dockerfile.sh
|
|
# and available in the container for use in assets/entry
|
|
|
|
ENV GPGPU_PACKAGE_REPOSITORY "${PACKAGE_REPOSITORY}"
|
|
ENV GPGPU_PACKAGE_STREAM "${PACKAGE_STREAM}"
|
|
ENV GPGPU_PACKAGE_DISTRO "${OS_DISTRO}"
|
|
ENV GPGPU_PACKAGE_DISTRO_RELEASE "${OS_RELEASE}"
|
|
|
|
USER user
|