Skip to content

Commit

Permalink
debug nix
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jun 27, 2023
1 parent d12c4fa commit bf0060d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM nixos/nix:2.16.1

RUN nix-channel --update

RUN nix-shell -p bash jq curl xe dig rustc cargo pkgconfig openssl --run exit

# Get latest gildlab cli from main
RUN nix profile install github:gildlab/gildlab-cli
RUN nix --extra-experimental-features nix-command profile install github:gildlab/gildlab-cli
RUN gildlab-cli --version

ADD . .
Expand Down

0 comments on commit bf0060d

Please sign in to comment.