Skip to content

Commit 0f44741

Browse files
ION606cjreed121
andauthored
Update Dockerfile
Co-authored-by: Chris Reed <[email protected]>
1 parent f2dc3ad commit 0f44741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/haskell/3.0.0.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
22

33
# Install necessary packages for GHC (compiler)
44
RUN apt-get update \
5-
&& apt-get -y --no-install-recommends install \
5+
&& apt-get install -y --no-install-recommends \
66
build-essential \
77
curl \
88
libgmp-dev \

0 commit comments

Comments
 (0)