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

ENTRYPOINT /bin/bash

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ USER user
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
 
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