Skip to content

Commit

Permalink
Suppress warnings when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Nov 7, 2024
1 parent f6070e4 commit f042bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0699\", MODE=\"0666\", GROUP=\"p
RUN chmod a+r /etc/udev/rules.d/Tektronix.rules

# Locale fixes
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

0 comments on commit f042bc7

Please sign in to comment.