ubuntu: add df_dev env
This commit is contained in:
parent
1d7671064e
commit
91327fa7c8
@ -3,7 +3,9 @@ FROM ubuntu:${VARIANT}
|
|||||||
RUN userdel -r ubuntu || echo "User ubuntu does not exist, continuing..."
|
RUN userdel -r ubuntu || echo "User ubuntu does not exist, continuing..."
|
||||||
|
|
||||||
ENV TERM=xterm-256color
|
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 \
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
||||||
# basics
|
# basics
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user