Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- airflow-> sudo docker build .
- [sudo] password for rickyjw:
- Sending build context to Docker daemon 6.625MB
- Step 1/4 : FROM docker.io/apache/airflow:2.0.1
- ---> 369caa46a074
- Step 2/4 : USER root
- ---> Using cache
- ---> 208aa3f9a992
- Step 3/4 : RUN apt-get update && apt install -y python-lxml && apt clean all
- ---> Running in 1edd76007a99
- + apt-get update
- Get:1 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
- Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
- Get:4 http://repo.mysql.com/apt/debian buster InRelease [22.1 kB]
- Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [379 kB]
- Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
- Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
- Get:8 http://repo.mysql.com/apt/debian buster/mysql-8.0 amd64 Packages [8542 B]
- Fetched 8541 kB in 2s (4533 kB/s)
- Reading package lists...
- + apt install -y python-lxml
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib
- libxslt1.1 python python-backports.functools-lru-cache python-bs4
- python-chardet python-html5lib python-minimal python-pkg-resources
- python-six python-soupsieve python-webencodings python2 python2-minimal
- python2.7 python2.7-minimal
- Suggested packages:
- python-doc python-tk python-genshi python-lxml-dbg python-lxml-doc
- python-setuptools python2-doc python2.7-doc binutils binfmt-support
- The following NEW packages will be installed:
- libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib
- libxslt1.1 python python-backports.functools-lru-cache python-bs4
- python-chardet python-html5lib python-lxml python-minimal
- python-pkg-resources python-six python-soupsieve python-webencodings python2
- python2-minimal python2.7 python2.7-minimal
- 0 upgraded, 20 newly installed, 0 to remove and 69 not upgraded.
- Need to get 6038 kB of archives.
- After this operation, 23.7 MB of additional disk space will be used.
- Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u2 [236 kB]
- Get:2 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
- Get:3 http://deb.debian.org/debian buster/main amd64 python2.7-minimal amd64 2.7.16-2+deb10u1 [1369 kB]
- Get:4 http://deb.debian.org/debian buster/main amd64 python2-minimal amd64 2.7.16-1 [41.4 kB]
- Get:5 http://deb.debian.org/debian buster/main amd64 python-minimal amd64 2.7.16-1 [21.0 kB]
- Get:6 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
- Get:7 http://deb.debian.org/debian buster/main amd64 python2.7 amd64 2.7.16-2+deb10u1 [305 kB]
- Get:8 http://deb.debian.org/debian buster/main amd64 libpython2-stdlib amd64 2.7.16-1 [20.8 kB]
- Get:9 http://deb.debian.org/debian buster/main amd64 libpython-stdlib amd64 2.7.16-1 [20.8 kB]
- Get:10 http://deb.debian.org/debian buster/main amd64 python2 amd64 2.7.16-1 [41.6 kB]
- Get:11 http://deb.debian.org/debian buster/main amd64 python amd64 2.7.16-1 [22.8 kB]
- Get:12 http://deb.debian.org/debian buster/main amd64 python-backports.functools-lru-cache all 1.5-3 [6704 B]
- Get:13 http://deb.debian.org/debian buster/main amd64 python-soupsieve all 1.8+dfsg-1 [27.6 kB]
- Get:14 http://deb.debian.org/debian buster/main amd64 python-bs4 all 4.7.1-1 [94.2 kB]
- Get:15 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
- Get:16 http://deb.debian.org/debian buster/main amd64 python-chardet all 3.0.4-3 [80.6 kB]
- Get:17 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
- Get:18 http://deb.debian.org/debian buster/main amd64 python-webencodings all 0.5.1-1 [10.7 kB]
- Get:19 http://deb.debian.org/debian buster/main amd64 python-html5lib all 1.0.1-1 [89.8 kB]
- Get:20 http://deb.debian.org/debian buster/main amd64 python-lxml amd64 4.3.2-1+deb10u4 [1146 kB]
- Fetched 6038 kB in 0s (16.1 MB/s)
- Selecting previously unselected package libpython2.7-minimal:amd64.
- (Reading database ... 9956 files and directories currently installed.)
- Preparing to unpack .../0-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../1-python2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
- Unpacking python2.7-minimal (2.7.16-2+deb10u1) ...
- Selecting previously unselected package python2-minimal.
- Preparing to unpack .../2-python2-minimal_2.7.16-1_amd64.deb ...
- Unpacking python2-minimal (2.7.16-1) ...
- Selecting previously unselected package python-minimal.
- Preparing to unpack .../3-python-minimal_2.7.16-1_amd64.deb ...
- Unpacking python-minimal (2.7.16-1) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../4-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../5-python2.7_2.7.16-2+deb10u1_amd64.deb ...
- Unpacking python2.7 (2.7.16-2+deb10u1) ...
- Selecting previously unselected package libpython2-stdlib:amd64.
- Preparing to unpack .../6-libpython2-stdlib_2.7.16-1_amd64.deb ...
- Unpacking libpython2-stdlib:amd64 (2.7.16-1) ...
- Selecting previously unselected package libpython-stdlib:amd64.
- Preparing to unpack .../7-libpython-stdlib_2.7.16-1_amd64.deb ...
- Unpacking libpython-stdlib:amd64 (2.7.16-1) ...
- Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
- Setting up python2.7-minimal (2.7.16-2+deb10u1) ...
- Setting up python2-minimal (2.7.16-1) ...
- Selecting previously unselected package python2.
- (Reading database ... 10713 files and directories currently installed.)
- Preparing to unpack .../python2_2.7.16-1_amd64.deb ...
- Unpacking python2 (2.7.16-1) ...
- Setting up python-minimal (2.7.16-1) ...
- Selecting previously unselected package python.
- (Reading database ... 10745 files and directories currently installed.)
- Preparing to unpack .../00-python_2.7.16-1_amd64.deb ...
- Unpacking python (2.7.16-1) ...
- Selecting previously unselected package libxslt1.1:amd64.
- Preparing to unpack .../01-libxslt1.1_1.1.32-2.2~deb10u2_amd64.deb ...
- Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ...
- Selecting previously unselected package python-backports.functools-lru-cache.
- Preparing to unpack .../02-python-backports.functools-lru-cache_1.5-3_all.deb ...
- Unpacking python-backports.functools-lru-cache (1.5-3) ...
- Selecting previously unselected package python-soupsieve.
- Preparing to unpack .../03-python-soupsieve_1.8+dfsg-1_all.deb ...
- Unpacking python-soupsieve (1.8+dfsg-1) ...
- Selecting previously unselected package python-bs4.
- Preparing to unpack .../04-python-bs4_4.7.1-1_all.deb ...
- Unpacking python-bs4 (4.7.1-1) ...
- Selecting previously unselected package python-pkg-resources.
- Preparing to unpack .../05-python-pkg-resources_40.8.0-1_all.deb ...
- Unpacking python-pkg-resources (40.8.0-1) ...
- Selecting previously unselected package python-chardet.
- Preparing to unpack .../06-python-chardet_3.0.4-3_all.deb ...
- Unpacking python-chardet (3.0.4-3) ...
- Selecting previously unselected package python-six.
- Preparing to unpack .../07-python-six_1.12.0-1_all.deb ...
- Unpacking python-six (1.12.0-1) ...
- Selecting previously unselected package python-webencodings.
- Preparing to unpack .../08-python-webencodings_0.5.1-1_all.deb ...
- Unpacking python-webencodings (0.5.1-1) ...
- Selecting previously unselected package python-html5lib.
- Preparing to unpack .../09-python-html5lib_1.0.1-1_all.deb ...
- Unpacking python-html5lib (1.0.1-1) ...
- Selecting previously unselected package python-lxml:amd64.
- Preparing to unpack .../10-python-lxml_4.3.2-1+deb10u4_amd64.deb ...
- Unpacking python-lxml:amd64 (4.3.2-1+deb10u4) ...
- Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
- Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ...
- Setting up python2.7 (2.7.16-2+deb10u1) ...
- (EVERYTHING WAS SUPER FAST UP TO THIS POINT...THIS IS WHERE THINGS START TO REALLY SLOW DOWN DRASTICALLY.)
- Setting up libpython2-stdlib:amd64 (2.7.16-1) ...
- Setting up python2 (2.7.16-1) ...
- Setting up libpython-stdlib:amd64 (2.7.16-1) ...
- Setting up python (2.7.16-1) ...
- Setting up python-lxml:amd64 (4.3.2-1+deb10u4) ...
- Setting up python-pkg-resources (40.8.0-1) ...
- (30-40 MINS TIME ELAPSED UP TO THIS POINT........STILL WAITING BUILD TO FINISH)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement