Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Reed <[email protected]>
  • Loading branch information
ION606 and cjreed121 authored Sep 5, 2024
1 parent f2dc3ad commit 0f44741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/haskell/3.0.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04

# Install necessary packages for GHC (compiler)
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
&& apt-get install -y --no-install-recommends \
build-essential \
curl \
libgmp-dev \
Expand Down

0 comments on commit 0f44741

Please sign in to comment.