diff --git a/base-ubuntu/Dockerfile b/base-ubuntu/Dockerfile index d4cd9a4..c8e60bc 100644 --- a/base-ubuntu/Dockerfile +++ b/base-ubuntu/Dockerfile @@ -3,7 +3,9 @@ FROM ubuntu:${VARIANT} RUN userdel -r ubuntu || echo "User ubuntu does not exist, continuing..." ENV TERM=xterm-256color -ENV DEBIAN_FRONTEND=noninteractive +ENV DF_DEV=true + +ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ # basics