mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 16:56:22 +00:00
fix(docker): add TERM environment variable to all Dockerfiles for consistency
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
ENV TERM=xterm
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
autoconf \
|
||||
|
||||
Reference in New Issue
Block a user