• Josua Mayer's avatar
    docker: re-enable passing environment variables to the build · f8766fc7
    Josua Mayer authored
    The -E flag for sudo has previously been removed to work around some
    strange issues.
    Re-add the safer --preserve-envs flag listing all the settings currently
    available.
    
    This allows in particular to override the serdes configuration again
    without editing the runme.sh file - e.g.:
    docker run -i -t -v "$PWD":/work -e SERDES=8S_9_2 lx2160a_build -u 0 -g 0
    Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
    f8766fc7
entry.sh 1.99 KB