Fossil SCM

build.wiki: remove outdated note about Alpine Linux 3.14.

stephan 2022-06-14 08:59 trunk
Commit e70ceb1a9475873470473df63b818fc1a8cdbfdbf8e683c07060b143b6cb51f2
1 file changed +1 -4
+1 -4
--- www/build.wiki
+++ www/build.wiki
@@ -265,14 +265,11 @@
265265
are a member of the <tt>docker</tt> group).
266266
267267
First, create a file named <tt>Dockerfile</tt> with the following contents:
268268
269269
<pre><code>
270
-# Alpine >3.13 breaks stuff on many host OSes! For details see:
271
-# https://wiki.alpinelinux.org/wiki/Draft_Release_Notes_for_Alpine_3.14.0#faccessat2
272
-# FROM alpine:edge
273
-FROM alpine:3.13
270
+FROM alpine:edge
274271
RUN apk update \
275272
&& apk upgrade \
276273
&& apk add --no-cache \
277274
curl gcc make tcl \
278275
musl-dev \
279276
--- www/build.wiki
+++ www/build.wiki
@@ -265,14 +265,11 @@
265 are a member of the <tt>docker</tt> group).
266
267 First, create a file named <tt>Dockerfile</tt> with the following contents:
268
269 <pre><code>
270 # Alpine >3.13 breaks stuff on many host OSes! For details see:
271 # https://wiki.alpinelinux.org/wiki/Draft_Release_Notes_for_Alpine_3.14.0#faccessat2
272 # FROM alpine:edge
273 FROM alpine:3.13
274 RUN apk update \
275 && apk upgrade \
276 && apk add --no-cache \
277 curl gcc make tcl \
278 musl-dev \
279
--- www/build.wiki
+++ www/build.wiki
@@ -265,14 +265,11 @@
265 are a member of the <tt>docker</tt> group).
266
267 First, create a file named <tt>Dockerfile</tt> with the following contents:
268
269 <pre><code>
270 FROM alpine:edge
 
 
 
271 RUN apk update \
272 && apk upgrade \
273 && apk add --no-cache \
274 curl gcc make tcl \
275 musl-dev \
276

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button