Skip to content

Commit

Permalink
app/signal: WIP update to debian bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Jan 30, 2024
1 parent 7ff46f7 commit 9e22d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/signal/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl aspects::ContainerAspect for Signal {
libv4l-0 \
openjdk-11-jre \
fonts-symbola \
xdg-utils \
&& curl -sSL https://updates.signal.org/desktop/apt/keys.asc | apt-key add - \
&& echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | tee -a /etc/apt/sources.list.d/signal-xenial.list \
&& apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -66,7 +67,7 @@ fn main() -> Result<()> {
.into_iter()
.map(String::from)
.collect(),
None,
Some("bullseye".to_string()),
)?;

mgr.execute().context("executing signal in container")
Expand Down

0 comments on commit 9e22d4f

Please sign in to comment.