Skip to content

Commit

Permalink
rename ubuntu-with-gnupg to stack-base
Browse files Browse the repository at this point in the history
  • Loading branch information
dysinger committed Mar 31, 2016
1 parent 85414a2 commit c83139e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/ubuntu-with-libgmp:14.04
FROM ubuntu:14.04

# PACKAGES
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN curl -s https://nixos.org/nix/install | sh
RUN echo "\nsource /nix/var/nix/profiles/default/etc/profile.d/nix.sh" \
| tee -a $HOME/.bash_profile

# GNUPGs IN PROFILES
# INSTALL GNUPGs
RUN bash -lc "nix-env -p /nix/var/nix/profiles/gpg14 -iA nixpkgs.nix nixpkgs.gnupg1orig"
RUN bash -lc "nix-env -p /nix/var/nix/profiles/gpg20 -iA nixpkgs.nix nixpkgs.gnupg20"
RUN bash -lc "nix-env -p /nix/var/nix/profiles/gpg21 -iA nixpkgs.nix nixpkgs.gnupg"
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resolver: lts-5.3
image:
containers:
- base: "fpco/ubuntu-with-gnupg:14.04"
name: "fpco/stack:test"
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
name: "fpco/stack-test"
nix:
# --nix on the command-line to enable.
enable: false
Expand Down

0 comments on commit c83139e

Please sign in to comment.