Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\panther\Desktop\pa>docker build -t pae .
- Sending build context to Docker daemon 50.69kB
- Step 1/19 : FROM python:3.10-alpine as base
- 3.10-alpine: Pulling from library/python
- 8921db27df28: Pull complete
- 3fd9832a787c: Pull complete
- 818e44bc835b: Pull complete
- 995b7e96d630: Pull complete
- 7f6522bfcc77: Pull complete
- Digest: sha256:da5ab5e911253dfb1a73b10766d7688bab6b2533fce12bb4b7193d8fe836f105
- Status: Downloaded newer image for python:3.10-alpine
- ---> bf79c40cb7ad
- Step 2/19 : ENV PYTHONFAULTHANDLER=1 PYTHONHASHSEED=random PYTHONUNBUFFERED=1
- ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform was requested
- ---> Running in e550c11b74eb
- Removing intermediate container e550c11b74eb
- ---> 76302e416a78
- Step 3/19 : RUN apk update && apk add --no-cache gcc g++ libffi-dev unixodbc-dev
- ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform was requested
- ---> Running in dae335501897
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
- v3.17.1-138-g21b66a981e [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
- v3.17.1-139-g9abcf68892 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
- OK: 17814 distinct packages available
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
- (1/19) Installing libgcc (12.2.1_git20220924-r4)
- (2/19) Installing libstdc++ (12.2.1_git20220924-r4)
- (3/19) Installing libstdc++-dev (12.2.1_git20220924-r4)
- (4/19) Installing binutils (2.39-r2)
- (5/19) Installing libgomp (12.2.1_git20220924-r4)
- (6/19) Installing libatomic (12.2.1_git20220924-r4)
- (7/19) Installing gmp (6.2.1-r2)
- (8/19) Installing isl25 (0.25-r0)
- (9/19) Installing mpfr4 (4.1.0-r0)
- (10/19) Installing mpc1 (1.2.1-r1)
- (11/19) Installing gcc (12.2.1_git20220924-r4)
- (12/19) Installing musl-dev (1.2.3-r4)
- (13/19) Installing libc-dev (0.7.2-r3)
- (14/19) Installing g++ (12.2.1_git20220924-r4)
- (15/19) Installing linux-headers (5.19.5-r0)
- (16/19) Installing pkgconf (1.9.4-r0)
- (17/19) Installing libffi-dev (3.4.4-r0)
- (18/19) Installing unixodbc (2.3.11-r0)
- (19/19) Installing unixodbc-dev (2.3.11-r0)
- Executing busybox-1.35.0-r29.trigger
- OK: 253 MiB in 56 packages
- The command '/bin/sh -c apk update && apk add --no-cache gcc g++ libffi-dev unixodbc-dev' returned a non-zero code: 4294967295: failed to shutdown container: container dae335501897e36e0f92fe72fdd3efbed96808641a05138899236d72ed6db456 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110): subsequent terminate failed container dae335501897e36e0f92fe72fdd3efbed96808641a05138899236d72ed6db456 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110)
Advertisement
Add Comment
Please, Sign In to add comment