Skip to content

Commit

Permalink
container: Merge run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 6, 2024
1 parent 01661e5 commit f68bfae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ RUN apt update && \
# Required for python
software-properties-common gnupg2 \
# Required for fesvr
device-tree-compiler

# Install Python
RUN apt-add-repository ppa:deadsnakes/ppa && \
device-tree-compiler && \
# Install Python
apt-add-repository ppa:deadsnakes/ppa && \
apt update && \
apt install -y --no-install-recommends \
python${PYTHON_VERSION}-venv && \
Expand Down

0 comments on commit f68bfae

Please sign in to comment.