Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
  • Loading branch information
cuihtlauac and MisterDA authored Dec 12, 2024
1 parent 6304f72 commit ad0c4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ocaml/opam:alpine-3.20-ocaml-5.2 AS build

# Install system dependencies
RUN apk -U upgrade --no-cache && apk add --no-cache \
RUN sudo apk -U upgrade --no-cache && sudo apk add --no-cache \
autoconf \
curl-dev \
gmp-dev \
Expand Down

0 comments on commit ad0c4e9

Please sign in to comment.