1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-31 04:49:40 +00:00

Set env var properly for cccache to work

This commit is contained in:
Darren Shepherd 2016-01-22 10:45:56 -07:00
parent 176ac45bf7
commit 3b63effc72

View File

@ -9,4 +9,5 @@ ENV LANG en_US.UTF-8
ENV DAPPER_SOURCE /source
ENV DAPPER_OUTPUT ./dist
ENV SHELL /bin/bash
ENV HOME ${DAPPER_SOURCE}
WORKDIR ${DAPPER_SOURCE}