Skip to content

Commit

Permalink
fix Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 27, 2024
1 parent b01c98a commit 5707b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ ENV PATH=/tools/bin:${PATH}
# build the Board Support Package (BSP) for the Beatnik
RUN ../source-builder/sb-set-builder --prefix /rtems/prefix/ --with-rtems-bsp=powerpc/beatnik 6/rtems-kernel
# add in the legacy networking stack
../source-builder/sb-set-builder --prefix /rtems/prefix/ --with-rtems-bsp=powerpc/beatnik 6/rtems-net-legacy.bset
RUN ../source-builder/sb-set-builder --prefix /rtems/prefix/ --with-rtems-bsp=powerpc/beatnik 6/rtems-net-legacy.bset

0 comments on commit 5707b57

Please sign in to comment.