FROM debian:bullseye
LABEL maintainer="crystal"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install debhelper -y