Skip to content

Commit

Permalink
WIP CCSDS Service Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Reg Marr committed Nov 23, 2024
1 parent 3243eda commit 6898925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# Install all necessary packages in one layer to reduce intermediate layers
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y ssh sudo build-essential git cmake python3 python3-venv python3-pip python3-wheel \
apt-get install -y ssh clang-format sudo build-essential git cmake python3 python3-venv python3-pip python3-wheel \
python3-dev python3-tk wget gdbserver openssh-server iputils-ping netcat libicu-dev rsync

# Download, build and install Boost with static libraries
Expand Down

0 comments on commit 6898925

Please sign in to comment.