debian test

This commit is contained in:
t3chn0m4g3 2021-09-23 20:53:38 +00:00
parent a48840d1b2
commit 9f9d1a65bd

View file

@ -5,6 +5,8 @@ ADD dist/ /root/dist/
#
# Get and install dependencies & packages
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get dist-upgrade -y && \
apt-get install -y \
build-essential \
git \