MatthK / Selfoss-Docker

A docker image for Selfoss RSS reader
GNU General Public License v3.0
0 stars 1 forks source link

Cannot build image - OCI runtime create failed #1

Open christrt9 opened 1 year ago

christrt9 commented 1 year ago

HI, Thanks for the docker image i get this error

Step 4/14 : RUN a2enmod headers rewrite     && apt-get update     && apt-get install -y --no-install-recommends                unzip                libjpeg62-turbo-dev                libpng-dev                libpq-dev                cron                git                npm     && rm -rf /var/lib/apt/lists/*     && docker-php-ext-configure gd --with-jpeg=/usr/include/     && docker-php-ext-install gd pdo_pgsql pdo_mysql mysqli     && docker-php-ext-enable mysqli
 ---> Running in f51d8546c3f4
failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:402: getting the final child's pid from pipe caused: EOF: unknown
MatthK commented 1 year ago

I'm not quite sure, but based on your error message it seems it might be a specific platform issue.

What Linux distribution and version are you using? Mine worked on Ubuntu 20.04.4 LTS on an Intel box. I also tried the same on a Raspberry Pi (with Ubuntu 20.04.4 LTS as well) and it also worked.