Skip to content

Commit efb99d4

Browse files
committed
Use correct path to the Dockerfile
1 parent 422d601 commit efb99d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A custom Build of OpenJDK 9 Sources for EV3, a Lego Mindstorms Brick using ARM S
66
1. Install [Docker](https://docs.docker.com/engine/installation/) for your operating system.
77
2. Build the jdk9 cross-compilation environment:
88
```sh
9-
sudo docker build -t ev3dev-lang-java:jdk9-system -f Dockerfile.system build
10-
sudo docker build -t ev3dev-lang-java:jdk9-build -f Dockerfile.scripts build
9+
sudo docker build -t ev3dev-lang-java:jdk9-system -f build/Dockerfile.system build
10+
sudo docker build -t ev3dev-lang-java:jdk9-build -f build/Dockerfile.scripts build
1111
```
1212
3. Run the newly prepared container. We recommend mounting a host directory to the the `/build` directory in the container. At least 2 GB of free space will be needed.
1313
```

0 commit comments

Comments
 (0)