mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Merge pull request #303 from PeterDaveHello/ImproveDockerfile
Use COPY instead of ADD for files and folders in Dockerfile
This commit is contained in:
commit
28ab25f924
|
@ -22,7 +22,7 @@ MAINTAINER Marko Viitanen <fador@iki.fi>
|
|||
# List of needed packages to be able to build kvazaar with autotools
|
||||
ENV REQUIRED_PACKAGES automake autoconf libtool m4 build-essential git yasm pkgconf
|
||||
|
||||
ADD . kvazaar
|
||||
COPY . kvazaar
|
||||
# Run all the commands in one RUN so we don't have any extra history
|
||||
# data in the image.
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in a new issue