mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 00:34:12 -06:00
Renameing
This commit is contained in:
parent
613f0dae7b
commit
012cb62f5c
@ -43,7 +43,7 @@ Lets walk through the `Dockerfile` above. The first thing you'll notice is the [
|
|||||||
FROM openjdk:8-jdk-alpine
|
FROM openjdk:8-jdk-alpine
|
||||||
```
|
```
|
||||||
|
|
||||||
In this case, we are using [`fopenjdk:8-jdk-alpine`](https://github.com/docker-library/openjdk) which provides us with Java 8.
|
In this case, we are using [`openjdk:8-jdk-alpine`](https://github.com/docker-library/openjdk) which provides us with Java 8.
|
||||||
|
|
||||||
## Installing Dependencies
|
## Installing Dependencies
|
||||||
The next thing we do is install the dependencies we will need using Alpine's package manager: `apk`. You'll notice some
|
The next thing we do is install the dependencies we will need using Alpine's package manager: `apk`. You'll notice some
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user