Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
nix: add ncurses-compat-libs
Browse files Browse the repository at this point in the history
This change mitigates purescript/spago#104 .
  • Loading branch information
TristanCacqueray committed Feb 22, 2020
1 parent 4ec3721 commit 966e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/nixos/create.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let Nix =
# Adapted from https://github.com/NixOS/docker/blob/master/Dockerfile
FROM registry.fedoraproject.org/fedora:latest

RUN dnf update -y && dnf install -y xz \
RUN dnf update -y && dnf install -y xz ncurses-compat-libs \
&& useradd -u 1000 -d /home/user -m user && mkdir -p /run/user/1000 \
&& chown 1000:1000 /run/user/1000 && mkdir -p /run/user/0 && chown 0:0 /run/user/0

Expand Down

0 comments on commit 966e700

Please sign in to comment.