Browse Source

android build: fix Dockerfile "COPY" instructions

The build context is $PROJECT_ROOT
patch-4
SomberNight 2 years ago
parent
commit
65fda1f41d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/android/Dockerfile

4
contrib/android/Dockerfile

@ -11,8 +11,8 @@ RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends
ca-certificates
# pin the distro packages.
COPY apt.sources.list /etc/apt/sources.list
COPY apt.preferences /etc/apt/preferences.d/snapshot
COPY contrib/android/apt.sources.list /etc/apt/sources.list
COPY contrib/android/apt.preferences /etc/apt/preferences.d/snapshot
# configure locale
RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends \

Loading…
Cancel
Save