Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Jan 27, 2025
1 parent 3b97728 commit c94ab7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ ENV REST_API=${REST_API:-1}
ENV FIREWALL=${FIREWALL:-1}
ENV DOCKER 1

ENV CC clang
ENV CXX clang++

RUN env

# Required during build or run
Expand All @@ -72,7 +75,7 @@ ENV OTBR_DOCKER_REQS sudo python3
ENV OTBR_DOCKER_DEPS git ca-certificates

# Required and installed during build (script/bootstrap), could be removed
ENV OTBR_BUILD_DEPS apt-utils build-essential psmisc ninja-build cmake wget ca-certificates \
ENV OTBR_BUILD_DEPS apt-utils build-essential clang psmisc ninja-build cmake wget ca-certificates \
libreadline-dev libncurses-dev libdbus-1-dev libavahi-common-dev \
libavahi-client-dev libboost-dev libboost-filesystem-dev libboost-system-dev \
libnetfilter-queue-dev
Expand Down

0 comments on commit c94ab7c

Please sign in to comment.