We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dc3ad commit 0f44741Copy full SHA for 0f44741
dockerfiles/haskell/3.0.0.0/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
3
# Install necessary packages for GHC (compiler)
4
RUN apt-get update \
5
- && apt-get -y --no-install-recommends install \
+ && apt-get install -y --no-install-recommends \
6
build-essential \
7
curl \
8
libgmp-dev \
0 commit comments