Skip to content

Commit

Permalink
Add wget dependency for BLE build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Jan 31, 2025
1 parent e444980 commit 450ede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:bullseye
RUN apt-get -y update && apt-get -y install build-essential ca-certificates gfortran git lsb-release make python3 python3-pip libatlas-base-dev
RUN apt-get -y update && apt-get -y install build-essential ca-certificates gfortran git libatlas-base-dev lsb-release make python3 python3-pip libatlas-base-dev wget
RUN cd /usr/src && git clone https://github.com/ngardiner/TWCManager

# Install TWCManager
Expand Down

0 comments on commit 450ede5

Please sign in to comment.