ParrotSec / docker-images

GNU General Public License v3.0
95 stars 25 forks source link

" docker build -t parrot:latest parrot" Failing #5

Closed Free-Radical closed 3 years ago

Free-Radical commented 5 years ago

Using Docker Desktop CE Version 2.0.0.3 (31259) on OSX

$ docker build -t parrot:latest parrot
Sending build context to Docker daemon  2.048kB
Step 1/6 : FROM parrotsec/parrot-core:latest
 ---> 0282e8382fdd
Step 2/6 : MAINTAINER Lorenzo "Palinuro" Faletra (palinuro@linux.it)
 ---> Using cache
 ---> 431c9428ce18
Step 3/6 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 46cce5da18f4
Step 4/6 : ENV VERSION 4.6-3
 ---> Running in 09d007aab482
Removing intermediate container 09d007aab482
 ---> 0736783c2f5d
Step 5/6 : RUN apt-get update; apt-get -y dist-upgrade;apt-get -y install parrot-pico;apt-get -y install parrot-mini parrot-tools-cloud; rm -rf /var/lib/apt/lists/*
 ---> Running in 7874a1781d00
OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory": unknown