Skip to content

Commit

Permalink
Remove references to the removed install-build-deps in Dockerfile
Browse files Browse the repository at this point in the history
Use install-test-deps instead, which install-build-deps depended on.
  • Loading branch information
rigettizach authored and stylewarning committed Mar 1, 2019
1 parent a4dcd16 commit bcc36bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ ARG build_target
# install build dependencies
COPY Makefile /src/quilc/Makefile
WORKDIR /src/quilc
RUN make dump-version-info install-build-deps
RUN make dump-version-info install-test-deps

# build the quilc app
ADD . /src/quilc
Expand Down

0 comments on commit bcc36bd

Please sign in to comment.