Skip to content

Commit

Permalink
Fix build errors in the dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Oct 18, 2024
1 parent 018e8cd commit 1d30cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ FROM docker.io/golang:1.23.0-alpine3.19
RUN apk add --no-cache \
bash git perl-utils zip \
&& \
echo "alias gask='go run tasks.go'" >~/.bashrc
echo "alias gask='go run tasks.go'" >~/.bashrc \
&& \
git config --global --add safe.directory /ghasum

WORKDIR /ghasum
COPY go.mod go.sum ./
Expand Down

0 comments on commit 1d30cbf

Please sign in to comment.