Skip to content

Commit 90dfb75

Browse files
authored
Fix jdk config on debian (#49)
1 parent adb3c8f commit 90dfb75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ENV ANDROID_NDK=/opt/ndk/android-ndk-r$NDK_VERSION
2020
ENV ANDROID_NDK_HOME=/opt/ndk/android-ndk-r$NDK_VERSION
2121
ENV PATH=${PATH}:${ANDROID_NDK}
2222

23+
# See https://github.com/debuerreotype/docker-debian-artifacts/issues/24
24+
RUN mkdir -p /usr/share/man/man1
25+
2326
# install system dependencies
2427
RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
2528
apt-transport-https \

0 commit comments

Comments
 (0)