Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Adds maintainer and ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 19, 2020
1 parent 358d58e commit 454e8af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM debian
LABEL maintainer="docker@ix.ai"
ENV DEBIAN_FRONTEND=noninteractive TERM=linux

# Install Docker and qemu
# TODO Use docker stable once it properly supports buildx
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 454e8af

Please sign in to comment.