Received: from wolfsden.cz (wolfsden.cz [37.205.8.62]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 294D3782CBA for <~alpine/users@lists.alpinelinux.org>; Fri, 30 Apr 2021 23:23:36 +0000 (UTC) Received: by wolfsden.cz (Postfix, from userid 110) id 8C8654ECE66; Fri, 30 Apr 2021 23:23:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on wolfsden X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_ALL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from localhost (unknown [128.0.188.242]) by wolfsden.cz (Postfix) with ESMTPSA id 1A8174ECBEA; Fri, 30 Apr 2021 23:23:35 +0000 (UTC) Date: Sat, 1 May 2021 01:23:34 +0200 From: Wolf To: Andrew Cc: "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> Subject: Re: SSH not working in container Message-ID: <20210430232334.vpsx63wusz44333k@wolfsden.cz> References: <20210430225126.kqvxgm2bdj5sa3ap@wolfsden.cz> <8C2D9F89-0E2A-40A5-8206-2F6B29030425@getmailspring.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bhchzbse7tihpiiv" Content-Disposition: inline In-Reply-To: <8C2D9F89-0E2A-40A5-8206-2F6B29030425@getmailspring.com> --bhchzbse7tihpiiv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable https://idallen.com/topposting.html On 2021-04-30 19:06:14 -0400, Andrew wrote: > Of course. Thanks for the response. I believe the following will > reproduce the error. I am able to reproduce it on two machines so far: >=20 > Here is the Dockerfile which recreates this issue for me: > FROM ruby:2.7.0-alpine3.11 > RUN apk add --update --no-cache \ > --repository=3Dhttp://dl-cdn.alpinelinux.org/alpine/edge/main \ Mixing alpine versions is not supported. You cannot in general install package from edge into 3.11 and expect it to work. W. --=20 There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors. --bhchzbse7tihpiiv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEt4NJs4wUfTYpiGikL7/ufbZ/wakFAmCMkXYACgkQL7/ufbZ/ wamR0hAAmXg5OAva/XVeDkyBr2MB8u7xebiFX5jQO9ToaFnWrnxnEBq1d/VmtUsq rl/QfPaPMShB0otbymmL0yOjMpdVbZis5D3j8fkZPmnet5Ot/iHyi0MJ4zcWIRiV 4Q3L1j/7bdOz8NU4hcmvBuiFtu89ZjgNt8oQNr2DTAH+tc4+r0dYrut4u7FTxYRi kxGjFn+a1bDuZKymKPjudkpW2uy3rTnM+RpPd02i/Fke2UYNr5kEmSiYFhzl10Jb rXqo5vedli2BATB1IfZ4jMZJgGEHLKx7AcshlDxreHahg3xavZ+aFX7tL7sdbeve WyWI1047p7wik2WbYGumcuXcRMvpgNrgD+BgIsDZXA8iuqQqY89CnbZo4GoYr6q/ NW8Q+Wcc1AexxCBcEb8jm/VEmC1Q2dKIqODsZoDa0YWdtWfbGFcy8tz8n5Pt+P2h oDHhyMurwH3FkaxMTkeoivlRuOHUkOssehlyQBqFvUU71snOpDv6IWm8bopbrffy DJuBfQ1BxYoOz3LmUXrQ8qLj08E3Uj7V/rj/coOUpc3/qOMIvLAEgvVdcXU75fVj hw3zQVgYvGRUiK9j7/AMAEcjO66VzqMEMicaaeHyjSAWNDTmfLbpiwggEDZxy50K aIxNSLppeLUj1rj9H6V2XKD4heHHqTGWpB18mx7Wa0BNU52bqY4= =Bo++ -----END PGP SIGNATURE----- --bhchzbse7tihpiiv--