From c19d769962d4527842ed1b597f312fe728982b6f Mon Sep 17 00:00:00 2001 From: Simon Ungar Felding <45149055+simonfelding@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:30:26 +0100 Subject: [PATCH] fix from --- deb/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/Dockerfile b/deb/Dockerfile index a8cdaa5..54bd166 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,9 +1,9 @@ ### The Deb install is just a repack of the official ProtonMail Bridge deb package with less dependencies. ### I recommend you don't use this. It's here for legacy reasons. -FROM debian:sid-slim as build +FROM debian:sid-slim AS build -COPY RELEASE install.sh / +COPY install.sh RELEASE / RUN apt-get update && apt-get install -y wget binutils # Repack deb (removes unnecessary dependencies and produces /protonmail.deb)