Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
SamYuan1990 committed Oct 21, 2023
1 parent 88bcaf8 commit c9ce676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go_crypto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From ghcr.io/samyuan1990/liboqs-go:latest
RUN mkdir -p /app
WORKDIR /app
COPY main.go .
COPY main_test.go .
COPY go.mod .

#ENV GOPROXY=https://goproxy.cn,direct
Expand Down
1 change: 1 addition & 0 deletions go_pqc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From ghcr.io/samyuan1990/liboqs-go:latest
RUN mkdir -p /app
WORKDIR /app
COPY main.go .
COPY main_test.go .
COPY go.mod .
COPY go.sum .
COPY vendor .
Expand Down

0 comments on commit c9ce676

Please sign in to comment.