Skip to content

Commit

Permalink
Correcting docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Dec 21, 2023
1 parent a03b582 commit 4b56b3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ COPY thunder-tools thunder-tools

# Run Build
WORKDIR $USER/buildroot/
echo WPEFRAMEWORK_OVERRIDE_SRCDIR=../thunder > local.mk
echo WPEFRAMEWORK_CLIENTLIBRARIES_OVERRIDE_SRCDIR=../thunder-client-libraries >> local.mk
echo WPEFRAMEWORK_INTERFACES_OVERRIDE_SRCDIR=../thunder-interfaces >> local.mk
echo WPEFRAMEWORK_PLUGINS_OVERRIDE_SRCDIR=../thunder-plugins >> local.mk
echo WPEFRAMEWORK_RDKSERVICES_OVERRIDE_SRCDIR=../thunder-rdk-services >> local.mk
echo WPEFRAMEWORK_TOOLS_OVERRIDE_SRCDIR=../thunder-tools >> local.mk
RUN echo WPEFRAMEWORK_OVERRIDE_SRCDIR=../thunder > local.mk
RUN echo WPEFRAMEWORK_CLIENTLIBRARIES_OVERRIDE_SRCDIR=../thunder-client-libraries >> local.mk
RUN echo WPEFRAMEWORK_INTERFACES_OVERRIDE_SRCDIR=../thunder-interfaces >> local.mk
RUN echo WPEFRAMEWORK_PLUGINS_OVERRIDE_SRCDIR=../thunder-plugins >> local.mk
RUN echo WPEFRAMEWORK_RDKSERVICES_OVERRIDE_SRCDIR=../thunder-rdk-services >> local.mk
RUN echo WPEFRAMEWORK_TOOLS_OVERRIDE_SRCDIR=../thunder-tools >> local.mk

ENV FORCE_UNSAFE_CONFIGURE=1
RUN make raspberrypi3_wpe_defconfig
Expand Down

0 comments on commit 4b56b3a

Please sign in to comment.