Skip to content

Commit

Permalink
fix: kasm
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyMndy committed Feb 15, 2025
1 parent cef7cb2 commit c349ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kasm/kasm-ubuntu-nix-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ ARG BASE_IMAGE="ohmymndy/kasm-ubuntu-base:${IMAGE_TAG}"
FROM $BASE_IMAGE



USER root
ENV NIX_VERSION=2.22.0
ENV LD_LIBRARY_PATH=
# RUN curl -SsL https://releases.nixos.org/nix/nix-$NIX_VERSION/install | sh -x -s -- --no-daemon
RUN curl -SsL https://nixos.org/nix/install | sh -x -s -- --no-daemon

USER kasm-user
RUN mkdir -p ~/.config/nix \
&& echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

Expand Down

0 comments on commit c349ea0

Please sign in to comment.