chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32d848
)
Dockerfile: Switch from ADD to COPY
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 2 Feb 2017 00:35:53 +0000
(
01:35
+0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 2 Feb 2017 00:35:53 +0000
(
01:35
+0100)
scripts/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Dockerfile
b/scripts/Dockerfile
index 2c750466a2f7fcd023f642b15739d3d2c71fe76e..102b1edd20db3dd44aaa05847af17a5060cbe45f 100644
(file)
--- a/
scripts/Dockerfile
+++ b/
scripts/Dockerfile
@@
-10,8
+10,8
@@
FROM ubuntu:16.10
ENV LANG C.UTF-8
# Needed for setup:
-
ADD
./setup-ubuntu.sh /tmp/setup-ubuntu.sh
-
ADD
./setup-android-sdk.sh /tmp/setup-android-sdk.sh
+
COPY
./setup-ubuntu.sh /tmp/setup-ubuntu.sh
+
COPY
./setup-android-sdk.sh /tmp/setup-android-sdk.sh
# Setup needed packages and the Android SDK and NDK:
RUN apt-get update && \