File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM alpine:3.17
2+
3+ RUN apk update && \
4+ apk add --no-cache \
5+ autoconf \
6+ automake \
7+ bash \
8+ build-base \
9+ clang \
10+ clang-dev \
11+ cmake \
12+ coreutils \
13+ curl \
14+ gcc \
15+ gettext-dev \
16+ git \
17+ icu-dev \
18+ jq \
19+ krb5-dev \
20+ libtool \
21+ libunwind-dev \
22+ linux-headers \
23+ lld \
24+ lldb-dev \
25+ llvm \
26+ lttng-ust-dev \
27+ make \
28+ numactl-dev \
29+ openssl \
30+ openssl-dev \
31+ paxctl \
32+ py3-lldb \
33+ python3-dev \
34+ shadow \
35+ sudo \
36+ tzdata \
37+ util-linux-dev \
38+ which \
39+ zlib-dev
Original file line number Diff line number Diff line change 232232 }
233233 ]
234234 },
235+ {
236+ "platforms" : [
237+ {
238+ "dockerfile" : " src/alpine/3.17/amd64" ,
239+ "os" : " linux" ,
240+ "osVersion" : " alpine3.17" ,
241+ "tags" : {
242+ "alpine-3.17-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)" : {},
243+ "alpine-3.17$(FloatingTagSuffix)" : {}
244+ }
245+ }
246+ ]
247+ },
235248 {
236249 "platforms" : [
237250 {
You can’t perform that action at this time.
0 commit comments