Skip to content

Commit

Permalink
Dockerfile modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Sep 20, 2023
1 parent 74ebb8d commit 65a4928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt-get install -y build-essential git subversion cvs unzip whois ncurses-de
COPY build.sh /usr/local/bin
#RUN ls /usr/local/bin
#RUN cat /usr/local/bin/build.sh
#ENTRYPOINT ["./build.sh"]i
WORKDIR buildroot
#ENTRYPOINT ["./build.sh"]
WORKDIR ./../
RUN ls
RUN make raspberrypi3_wpe_ml_defconfig
#RUN make
3 changes: 2 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ resources:
password: ((github-enterprise.access-token))

- name: buildroot-docker-image
type: docker-image
type: registry-image
icon: docker
check_every: 72h
source:
repository: atlas.comcast.net/tpx-metrological-embedded
Expand Down

0 comments on commit 65a4928

Please sign in to comment.