-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates image name, and uses
spago@next
- Loading branch information
1 parent
43949f1
commit 970e0f1
Showing
4 changed files
with
25 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
FROM ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.7-2023-10-31-3286ef4 AS builder | ||
|
||
COPY install-spago.sh /tmp/install-spago.sh | ||
RUN /tmp/install-spago.sh | ||
|
||
FROM debian:stable-20230814-slim | ||
|
||
ENV LANG="C.UTF-8" LANGUAGE="C.UTF-8" LC_ALL="C.UTF-8" | ||
|
||
COPY --from=builder /root/.local/bin/spago /usr/local/bin/spago | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
RUN apt-get update && \ | ||
apt-get install -y -qq --no-install-recommends \ | ||
|
@@ -25,4 +18,4 @@ RUN apt-get update && \ | |
apt-get clean | ||
|
||
RUN npm install -g [email protected] | ||
RUN npm install -g [email protected] [email protected] [email protected] [email protected] | ||
RUN npm install -g spago@next [email protected] [email protected] [email protected] [email protected] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.