11cb0ef41Sopenharmony_ciFROM ubuntu:20.04 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciVOLUME /node 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ciRUN buildDeps='binutils build-essential vim nasm git' \ 61cb0ef41Sopenharmony_ci && apt-get update \ 71cb0ef41Sopenharmony_ci && apt-get install -y --no-install-recommends --force-yes $buildDeps \ 81cb0ef41Sopenharmony_ci && apt-get clean \ 91cb0ef41Sopenharmony_ci && apt-get autoremove -y \ 101cb0ef41Sopenharmony_ci && cpan install Text::Template \ 111cb0ef41Sopenharmony_ci && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* 121cb0ef41Sopenharmony_ci 131cb0ef41Sopenharmony_ciWORKDIR /node 14