Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
archlitchi authored Sep 18, 2024
1 parent a90141c commit c1a71bf
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
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=ubuntu:20.04

FROM $BASE_IMAGE AS build
RUN apt update -y && apt install -y gcc make wget software-properties-commo
RUN apt update -y && apt install -y gcc make wget software-properties-common
RUN add-apt-repository ppa:longsleep/golang-backports
RUN apt update
RUN apt install -y golang1.22-go
Expand Down

0 comments on commit c1a71bf

Please sign in to comment.