diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2018-09-07 11:20:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-07 11:20:02 +0200 |
| commit | b252a30428b448b610edf59c0c0116a45039e4c8 (patch) | |
| tree | 9ca5146bfb805be1c44a7ab7a35c73e51aa40242 /scripts/ci/Dockerfile.bitbake | |
| parent | d3e2c58e8655338b33738e495168a82a74e5b86c (diff) | |
| parent | 12ee01db91117005b79a9264d8509a2daf86fa80 (diff) | |
| download | meta-updater-b252a30428b448b610edf59c0c0116a45039e4c8.tar.gz | |
Merge pull request #384 from advancedtelematic/ci/oe-selftest
Ci/oe selftest
Diffstat (limited to 'scripts/ci/Dockerfile.bitbake')
| -rw-r--r-- | scripts/ci/Dockerfile.bitbake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ci/Dockerfile.bitbake b/scripts/ci/Dockerfile.bitbake index 4dfafec..c91f94c 100644 --- a/scripts/ci/Dockerfile.bitbake +++ b/scripts/ci/Dockerfile.bitbake | |||
| @@ -18,6 +18,7 @@ RUN apt-get update -q && apt-get install -qy \ | |||
| 18 | libpython-dev \ | 18 | libpython-dev \ |
| 19 | libsdl1.2-dev \ | 19 | libsdl1.2-dev \ |
| 20 | locales \ | 20 | locales \ |
| 21 | ovmf \ | ||
| 21 | procps \ | 22 | procps \ |
| 22 | python \ | 23 | python \ |
| 23 | python3 \ | 24 | python3 \ |
| @@ -30,6 +31,11 @@ RUN apt-get update -q && apt-get install -qy \ | |||
| 30 | xterm \ | 31 | xterm \ |
| 31 | xz-utils | 32 | xz-utils |
| 32 | 33 | ||
| 34 | ARG uid=1000 | ||
| 35 | ARG gid=1000 | ||
| 36 | RUN groupadd -g $gid bitbake | ||
| 37 | RUN useradd -m -u $uid -g $gid bitbake | ||
| 38 | |||
| 33 | RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen | 39 | RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen |
| 34 | ENV LC_ALL="en_US.UTF-8" | 40 | ENV LC_ALL="en_US.UTF-8" |
| 35 | ENV LANG="en_US.UTF-8" | 41 | ENV LANG="en_US.UTF-8" |
