bjuretko/docker-baikal-infcloud

Error during building

alfureu opened this issue · 0 comments

Tried to build it again, receiving many errors. Could you help maybe?

  php7-mbstring (missing):
    required by: world[php7-mbstring]
  php7-mysqli (missing):
    required by: world[php7-mysqli]
  php7-openssl (missing):
    required by: world[php7-openssl]
  php7-pdo (missing):
    required by: world[php7-pdo]
  php7-pdo_mysql (missing):
    required by: world[php7-pdo_mysql]
  php7-pdo_sqlite (missing):
    required by: world[php7-pdo_sqlite]
  php7-session (missing):
    required by: world[php7-session]
  php7-sqlite3 (missing):
    required by: world[php7-sqlite3]
  php7-xml (missing):
    required by: world[php7-xml]
  php7-xmlreader (missing):
    required by: world[php7-xmlreader]
  php7-xmlwriter (missing):
    required by: world[php7-xmlwriter]
  sqlite (missing):
    required by: world[sqlite]
  su-exec (missing):
    required by: world[su-exec]
  tzdata (missing):
    required by: world[tzdata]
  unzip (missing):
    required by: world[unzip]
  wget (missing):
    required by: world[wget]
The command '/bin/sh -c apk --no-cache update && apk --no-cache upgrade   && apk --no-cache add wget ca-certificates unzip lighttpd sqlite tzdata su-exec   php7-cgi php7-sqlite3 php7-dom   php7-openssl php7-pdo php7-pdo_sqlite php7-xml php7-xmlreader php7-xmlwriter php7-json   php7-pdo_mysql php7-mysqli php7-ctype php7-session php7-mbstring   && cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime   && echo ${TIMEZONE} > /etc/timezone && date   && wget -O baikal.zip -q ${URL_BAIKAL} && unzip baikal.zip -d ${WEBROOT}/ && rm baikal.zip   && wget -O infcloud.zip -q ${URL_INFCLOUD} && unzip infcloud.zip -d ${WEBROOT}/ && rm infcloud.zip   && apk del -rf --purge unzip wget ca-certificates tzdata   && sed -ie "s/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=1/g" /etc/php7/php.ini   && mkdir ${WEBROOT}/.well-known' returned a non-zero code: 22