Skip to content

Commit

Permalink
Prefer ARG to ENV for DEBIAN_FRONTEND
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Oct 14, 2024
1 parent 6044389 commit 5553e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG CORES=1
ARG SWIG_TAG=4.2.1
ARG OPENCV_TAG

ENV DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 5553e25

Please sign in to comment.