FROM passport-api-dev-base:1
COPY tmp/out.swp /app/passport-api.deb
RUN dpkg -i /app/passport-api.deb
RUN apt-get install -f
CMD /app/run.sh
