Skip to content

Commit

Permalink
Update Dockerfile to use apt for flask
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-canaday authored May 21, 2024
1 parent a6ba31f commit f363bcd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ RUN apt-get -qq install -y \
uuid-dev \
libssl-dev \
python3-dev \
python3-pip

RUN pip3 install flask
python3-pip \
python3-flask

RUN cd /opt/src && git clone https://github.com/andrew-canaday/libbsat
RUN cd /opt/src/libbsat && ./autogen.sh
Expand Down

0 comments on commit f363bcd

Please sign in to comment.