-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
doas docker build . -t linksnatch:latest
Sending build context to Docker daemon 111.1kB
Step 1/10 : FROM ubuntu
---> 58db3edaf2be
Step 2/10 : COPY . /
---> Using cache
---> 72b2b29ebbcc
Step 3/10 : RUN mkdir app
---> Using cache
---> 6e4e754814f3
Step 4/10 : WORKDIR /app
---> Using cache
---> 8e0b766c6c86
Step 5/10 : RUN git clone https://github.com/amitmerchant1990/linksnatch
---> Running in d4c824724f13
/bin/sh: 1: git: not found
The command '/bin/sh -c git clone https://github.com/amitmerchant1990/linksnatch' returned a non-zero code: 127
Do I have have to add something to it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working