-
Notifications
You must be signed in to change notification settings - Fork 74
Description
I was building the FunKey OS using Docker and ran into this error
ERROR: failed to solve: process "/bin/sh -c apt-get update && \tapt-get install -y -q --no-install-recommends \tmake \tbinutils \tbuild-essential \tgcc \tg++ \tpatch \tbzip2 \tperl \tcpio \tunzip \trsync \tfile \tbc \twget \tpython \tpython-dev \txxd \tlibncurses5-dev \tcvs \tgit \tmercurial \trsync \tliblscp-dev \tsubversion \tpython3 \tpython3-dev \tpython3-distutils \tpython3-setuptools \tca-certificates \topenssh-client \texpect \tlocales \tsudo \tprocps \t&& \tapt-get -y autoremove && \tapt-get -y clean && \trm -rf /var/lib/apt/lists/* && \tsed -i 's/# \\(en_US.UTF-8\\)/\\1/' /etc/locale.gen && \tlocale-gen --purge --lang en_US.UTF-8 && \tuseradd -ms /bin/bash funkey && \tusermod -a -G sudo funkey && \techo \"funkey:funkey\" | chpasswd && \tgit clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \tchown -R funkey:funkey /home/funkey" did not complete successfully: exit code: 128
Any help appreciated