Skip to content

Commit a4ae557

Browse files
authored
Fix jdk build (#71)
* remove jre temporally * switch docker base
1 parent 3d9815b commit a4ae557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8
1+
FROM ubuntu
22

33
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
44

@@ -26,7 +26,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
2626
build-essential \
2727
file \
2828
git \
29-
openjdk-8-jre \
29+
openjdk-8-jdk \
3030
gnupg2 \
3131
python \
3232
openssh-client \

0 commit comments

Comments
 (0)