Skip to content

Commit

Permalink
Update to latest Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Aug 29, 2024
1 parent cf6b579 commit 16c45cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
# will NOT use this file.

# We always try to build against the most current ubuntu image.
# FIXME: Broken with 24.04, fixing it to 23.10 so we can keep working
FROM ubuntu:23.10
FROM ubuntu:latest

RUN apt-get update

Expand Down Expand Up @@ -78,6 +77,8 @@ ENV OPAMYES=1
# F* dependencies. This is the only place where we read a file from
# the F* repo.
ADD fstar.opam $HOME/fstar.opam
# Z3 opam package has broken depexts on ubuntu
RUN sudo apt-get install -y python3-setuptools && opam option depext-bypass='["python3-distutils"]' && sudo apt-get clean
RUN opam install --confirm-level=unsafe-yes --deps-only $HOME/fstar.opam && opam clean && sudo apt-get clean

# Some karamel dependencies
Expand Down

0 comments on commit 16c45cd

Please sign in to comment.