Skip to content

Commit

Permalink
remove incorrect INSTALLDIR reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dellelce committed Aug 12, 2018
1 parent 1cea6be commit 89169b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ COPY blas $GPAW/source/blas
COPY lapack $GPAW/source/lapack
COPY libxc $GPAW/source/libxc

COPY requirements.txt $INSTALLDIR
COPY requirements.txt $GPAW

RUN apk add --no-cache $PACKAGES && \
bash ${BUILDDIR}/docker.sh $INSTALLDIR
bash ${BUILDDIR}/docker.sh $GPAW

# Second Stage
FROM dellelce/mkit:latest AS final
Expand Down

0 comments on commit 89169b7

Please sign in to comment.