Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e1c6f10 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

change slim image from alpine to debian

alpine lacks some needed packages for running binaries which is needed by browser
parent 502d82c4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
FROM alpine:latest
FROM debian:12-slim

RUN apk --no-cache add curl rsync git openssh-client xmlstarlet jq bash
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
  apt-get install -qqy --no-install-recommends \
  ca-certificates curl git jq openssh-client rsync xmlstarlet