diff --git a/Dockerfile b/Dockerfile index 6739af0..80a7541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ RUN apt-get update RUN apt-get install -y wget curl make git bzip2 time libzip-dev libssl1.0.0 openssl RUN apt-get install -y patch unzip libsqlite3-dev gawk freetds-dev sbcl -RUN mkdir -p /opt/src/pgloader -RUN git clone https://github.com/dimitri/pgloader /opt/src/pgloader +ADD ./ /opt/src/pgloader # we have build in the .dockerignore file, but we actually need it now RUN mkdir -p /opt/src/pgloader/build/bin