alpha
Login
or
Join now
jeamy.tngl.sh
/
ecowitt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Weather Station / ECOWITT / DNT
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
docker glibc
author
Jeamy
date
10 months ago
(Aug 13, 2025, 9:20 PM +0200)
commit
ce17bcdb
ce17bcdbdb061a40b074432fc6ec573167b954f9
parent
a89556e4
a89556e4c121360b0c2e86317235a64c77797c94
+1
1 changed file
Expand all
Collapse all
Unified
Split
Dockerfile
+1
Dockerfile
Reviewed
···
5
5
## System deps (minimal)
6
6
RUN apt-get update && apt-get install -y --no-install-recommends \
7
7
ca-certificates \
8
8
+
libstdc++6 \
8
9
&& rm -rf /var/lib/apt/lists/*
9
10
10
11
# Copy package files and install dependencies