Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pipfileを含むパッケージを作成し、dockerでテストしたいと考えています。
virutalenv を作成せずに、Pipfile で書かれたパッケージを pip でインストールしたい。
# (do something to create some-file) RUN pip install (some-file)
実行する方法?