Skip to content

Commit e5785d4

Browse files
committed
remove air and dlv since they are no longer needed on the main build, and are breaking the current build
1 parent 88c3fac commit e5785d4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

api/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
FROM golang:buster as dev
22

3-
# setup okteto message
4-
COPY bashrc /root/.bashrc
5-
6-
RUN go install github.com/go-delve/delve/cmd/dlv@latest && \
7-
curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b /usr/bin
8-
93
WORKDIR /usr/src/app
104

115
ADD go.mod go.sum ./

worker/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
FROM golang:buster as dev
22

3-
# setup okteto message
4-
COPY bashrc /root/.bashrc
5-
6-
RUN go install github.com/go-delve/delve/cmd/dlv@latest && \
7-
curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b /usr/bin
8-
93
WORKDIR /usr/src/app
104

115
ADD go.mod go.sum ./

0 commit comments

Comments
 (0)