Skip to content

Commit c10e110

Browse files
committed
nix cacHell
1 parent 64459fe commit c10e110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN nix-channel --update && \
88
nix-env -iA nixpkgs.cloudflared && \
99
nix-env -iA nixpkgs.rsync && \
1010
pip install colorama --break-system-packages && \
11-
pip install requests --break-system-packages
11+
pip install requests --break-system-packages && \
12+
nix-shell --run "exit"
1213

1314
WORKDIR /app
1415
COPY *.py .

0 commit comments

Comments
 (0)