pup-py commited on
Commit
93b4749
·
1 Parent(s): 3cc7a19

rebuild without [[ error

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ USER user
10
  ENV PATH=/home/user/.pixi/bin:$PATH
11
  RUN mkdir $HOME/puppy
12
  WORKDIR $HOME/puppy
13
- ENTRYPOINT ["/bin/bash", "-c"]
14
 
15
  # install puppy
16
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
 
10
  ENV PATH=/home/user/.pixi/bin:$PATH
11
  RUN mkdir $HOME/puppy
12
  WORKDIR $HOME/puppy
 
13
 
14
  # install puppy
15
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12