We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd39599 + 814a372 commit d671b69Copy full SHA for d671b69
assets/build-image/ubuntu_22_04/Dockerfile
@@ -33,6 +33,9 @@ RUN locale-gen en_US.UTF-8
33
RUN groupadd -g 1000 yoctouser
34
RUN useradd -u 1000 -g 1000 -m yoctouser
35
36
+# this will fix: https://gitlab.com/qemu-project/qemu/-/issues/447
37
+RUN sysctl vm.mmap_min_addr=65536
38
+
39
# These will be mount points for an EFS volume. This allows the cache to be reused.
40
RUN mkdir /downloads && chown -R yoctouser /downloads
41
RUN mkdir /sstate-cache && chown -R yoctouser /sstate-cache
0 commit comments