Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
charlenelawdes authored Apr 12, 2024
1 parent 4e883d5 commit c63aa32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:23.10
FROM debian:bullseye

RUN apt-get update && apt-get install -y \
git \
gcc \
python3 \
python3-pip \
wget \
Expand All @@ -20,4 +21,4 @@ RUN ./configure --prefix /usr/local

RUN make

RUN make install
RUN make install

0 comments on commit c63aa32

Please sign in to comment.