id
type
5 (blog/news article)
status
21 (imported old-v2, waiting for another import)
review version
0
cleanup version
0
pending deletion
0 (-)
created at
2025-12-26 08:47:52
updated at
2025-12-26 08:47:52
url
https://blog.vapor.codes/posts/error-while-loading-shared-libs/
url length
63
url crc
21275
url crc32
3060028187
location type
1 (url matches target location, page_location is empty)
canonical status
30 (canonical url is different, page_canonical_page_id points to it)
canonical page id
domain id
domain tld
2207
domain parts
3
originating warc id
-
originating url
https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151279759.90/warc/CC-MAIN-20250804021851-20250804051851-00138.warc.gz
source type
11 (CommonCrawl)
server ip
Publication date
2025-08-04 02:56:13
Fetch attempts
0
Original html size
13269
Normalized and saved size
13137
title
Dockerfile makes adding optional Swift dependencies easier | The Vapor Blog
excerpt
content
Most Vapor apps can run without libcurl4 and libxml2, and omitting them from your Docker image makes the run image significantly smaller (189 MB vs. 233 MB). When they are needed, Vapor's default Dockerfile now makes installing them easier, while also drawing attention to the fact that they have been omitted in the first place:[…] # ================================ # Run image # ================================ FROM ubuntu:focal # Make sure all system packages are up to date, and install only essential packages. RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ && apt-get -q update \ && apt-get -q dist-upgrade -y \ && apt-get -q install -y \ ca-certificates \ tzdata \ # If your app or its dependencies import FoundationNetworking, also install `libcurl4`. # libcurl4 \ # If your app or its dependencies import FoundationXML, also install `libxml2`. # libxml2 \ && rm -r /var/lib/apt/lists/* ...
author
updated
1767805605
block type
0
extracted fields
104
extracted bits
title
full content
content was extracted heuristically
detected location
0
detected language
1 (English)
category id
-
index version
1
paywall score
0
spam phrases
0
text nonlatin
0
text cyrillic
0
text characters
1370
text words
269
text unique words
145
text lines
1
text sentences
9
text paragraphs
1
text words per sentence
29
text matched phrases
0
text matched dictionaries
0
links self subdomains
7
links other subdomains
0
links other domains
3
links spam adult
0
links spam random
0
links spam expired
0
links ext activities
0
links ext ecommerce
0
links ext finance
0
links ext crypto
0
links ext booking
0
links ext news
0
links ext leaks
0
links ext ugc
4
links ext klim
0
links ext generic
0
image author
featured image