Skip to content

Commit 0c723ac

Browse files
committed
Revert "nix cacHell"
This reverts commit c10e110.
1 parent c10e110 commit 0c723ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ 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 && \
12-
nix-shell --run "exit"
11+
pip install requests --break-system-packages
1312

1413
WORKDIR /app
1514
COPY *.py .

0 commit comments

Comments
 (0)