Skip to content

Commit ad0c4e9

Browse files
cuihtlauacMisterDA
andauthored
Update Dockerfile
Co-authored-by: Antonin Décimo <[email protected]>
1 parent 6304f72 commit ad0c4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ocaml/opam:alpine-3.20-ocaml-5.2 AS build
22

33
# Install system dependencies
4-
RUN apk -U upgrade --no-cache && apk add --no-cache \
4+
RUN sudo apk -U upgrade --no-cache && sudo apk add --no-cache \
55
autoconf \
66
curl-dev \
77
gmp-dev \

0 commit comments

Comments
 (0)