mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
Debian bullseye -> bookworm
This commit is contained in:
parent
d259dff604
commit
0a340f9b0b
@ -12,7 +12,7 @@ See [the website](https://laminar.ohwg.net) and the [documentation](https://lami
|
|||||||
|
|
||||||
First install development packages for `capnproto (version 0.7.0 or newer)`, `rapidjson`, `sqlite` and `boost` (for the header-only `multi_index_container` library) from your distribution's repository or other source.
|
First install development packages for `capnproto (version 0.7.0 or newer)`, `rapidjson`, `sqlite` and `boost` (for the header-only `multi_index_container` library) from your distribution's repository or other source.
|
||||||
|
|
||||||
On Debian Bullseye, this can be done with:
|
On Debian Bookworm, this can be done with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev \
|
sudo apt install capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev \
|
||||||
|
@ -9,7 +9,7 @@ set -x
|
|||||||
|
|
||||||
# Simple way of getting the docker build tag:
|
# Simple way of getting the docker build tag:
|
||||||
tag=$(docker build -q - <<\EOF
|
tag=$(docker build -q - <<\EOF
|
||||||
FROM debian:bullseye
|
FROM debian:bookworm
|
||||||
RUN apt-get update && apt-get install -y build-essential
|
RUN apt-get update && apt-get install -y build-essential
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
@ -19,7 +19,7 @@ EOF
|
|||||||
|
|
||||||
exec {pfd}<><(:) # get a new pipe
|
exec {pfd}<><(:) # get a new pipe
|
||||||
docker build - <<\EOF |
|
docker build - <<\EOF |
|
||||||
FROM debian:bullseye
|
FROM debian:bookworm
|
||||||
RUN apt-get update && apt-get install -y build-essential
|
RUN apt-get update && apt-get install -y build-essential
|
||||||
EOF
|
EOF
|
||||||
tee >(awk '/Successfully built/{print $3}' >&$pfd) # parse output to pipe
|
tee >(awk '/Successfully built/{print $3}' >&$pfd) # parse output to pipe
|
||||||
|
Loading…
Reference in New Issue
Block a user