mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[docker] use "ENV key=value" format (#11266)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Ubuntu image with tools required to build OpenThread
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LANG=en_US.UTF-8
|
||||
|
||||
# Resolves issue with installing libc-bin
|
||||
RUN rm /var/lib/dpkg/info/libc-bin.* \
|
||||
|
||||
Reference in New Issue
Block a user