Skip to content

Commit

Permalink
Build from local checkout. Remove debugging statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 6, 2021
1 parent 265d1a5 commit ea06787
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ RUN pypy3 -m pip install -U pip
# install certificates (https://bugs.python.org/issue36137#msg336806)
RUN cmd /c 'certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst'


RUN setx TOX_WORK_DIR \tox

# Install Visual Studio
RUN py -m pip-run -q git+https://github.com/jaraco/jaraco.windows@feature/dockerfile-compiler -- -m jaraco.windows.msvc

RUN & \"${env:programfiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe\" -latest -prerelease -requiresAny -property installationPath -products *

RUN py -c 'from setuptools import msvc; print(msvc._msvc14_find_vc2017())'
COPY . jaraco.windows
RUN py -m pip-run -q ./jaraco.windows -- -m jaraco.windows.msvc

ENTRYPOINT ["powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]

0 comments on commit ea06787

Please sign in to comment.