Browse Source

No use debootstrap ubuntu deprecated

Thanks to @tianon

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
pull/270/head
Ángel Guzmán Maeso 2 years ago committed by GitHub
parent
commit
7ff358dc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.adoc

2
README.adoc

@ -55,7 +55,7 @@ NOTE: All of the example outputs above were last generated/updated on May 3rd 20
Stop doing this:
[source, dockerfile]
----
FROM ubuntu-debootstrap:22.04
FROM ubuntu:22.04
RUN apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qy mysql-client \
&& apt-get clean \

Loading…
Cancel
Save