8e commited on
Commit
be2edd9
·
verified ·
1 Parent(s): af03eb3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  # syntax=docker/dockerfile:1
2
 
3
  FROM golang:1.22 AS builder
4
- RUN apt install -y git
5
- git clone https://github.com/OwO-Network/DeepLX.git /go/src/github.com/OwO-Network/DeepLX
6
  WORKDIR /go/src/github.com/OwO-Network/DeepLX
7
  COPY main.go ./
8
  COPY types.go ./
 
1
  # syntax=docker/dockerfile:1
2
 
3
  FROM golang:1.22 AS builder
4
+ RUN apt install -y git && \
5
+ git clone https://github.com/OwO-Network/DeepLX.git /go/src/github.com/OwO-Network/DeepLX
6
  WORKDIR /go/src/github.com/OwO-Network/DeepLX
7
  COPY main.go ./
8
  COPY types.go ./