Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Mar 20, 2024
1 parent 75c7adb commit 5d7dd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest as go-builder

# Install necessary dependencies
RUN apt-get update && apt-get install -y \
wget make \
wget make git \
&& rm -rf /var/lib/apt/lists/*

# Download and install Go 1.21
Expand Down

0 comments on commit 5d7dd08

Please sign in to comment.