Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Full revamp of Dockerfile #319

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
echo-versions
  • Loading branch information
balihb committed Jan 6, 2022
commit 83ce3535f281617c15cb2f31228d41d7c70ada83
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ RUN pip install --no-cache-dir --disable-pip-version-check ./dist/*.whl
WORKDIR /

# Checking binaries versions and write it to debug file
COPY ./docker-scripts/write-version-file.sh /docker-scripts/write-version-file.sh
RUN /docker-scripts/write-version-file.sh
COPY ./docker-scripts/echo-versions.sh /docker-scripts/echo-versions.sh
RUN /docker-scripts/echo-versions.sh

# runtime image
FROM python:${TAG}
Expand Down