Skip to content

Commit

Permalink
[FIX] Container file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirio authored Mar 15, 2024
1 parent ce985bd commit 91866ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/container_package/Containerfile.crhc-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CMD git clone https://github.com/C-RH-C/crhc-cli.git && \
pip install --upgrade pip && \
cd crhc-cli && \
pip install -r requirements.txt && \
./crhc.py && \
pyinstaller --onefile crhc.py && \
cp dist/crhc /app
chmod +x bin/crhc-cli && \
bin/crhc-cli && \
pyinstaller --paths=. --onefile bin/crhc-cli && \
cp dist/crhc-cli /app/crhc-linux-x64

0 comments on commit 91866ad

Please sign in to comment.