Skip to content

Commit

Permalink
fix:apk err (#324)
Browse files Browse the repository at this point in the history
* fix:apk err

* fix: delete apt-get update
  • Loading branch information
huangsihao7 committed Mar 27, 2024
1 parent 16a42e3 commit 867de4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ RUN gop build -o ./community
# Run
FROM ubuntu:22.04

RUN apk update && apk upgrade
RUN apk --no-cache add libc6-compat

WORKDIR /community/cmd/gopcomm

RUN ln -s /config/.env .env
Expand Down

0 comments on commit 867de4e

Please sign in to comment.