Browse Source
android build: fix Dockerfile "COPY" instructions
The build context is $PROJECT_ROOT
patch-4
SomberNight
2 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
2 deletions
-
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 \ |
|
|
|