We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb3c8f commit 90dfb75Copy full SHA for 90dfb75
Dockerfile
@@ -20,6 +20,9 @@ ENV ANDROID_NDK=/opt/ndk/android-ndk-r$NDK_VERSION
20
ENV ANDROID_NDK_HOME=/opt/ndk/android-ndk-r$NDK_VERSION
21
ENV PATH=${PATH}:${ANDROID_NDK}
22
23
+# See https://github.com/debuerreotype/docker-debian-artifacts/issues/24
24
+RUN mkdir -p /usr/share/man/man1
25
+
26
# install system dependencies
27
RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
28
apt-transport-https \
0 commit comments