Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Apr 1, 2024
1 parent 4198cca commit 73d923c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o manager cmd/main.go
FROM ubuntu:noble-20240225

# Install build tools
# --no-install-recommends
RUN apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install --no-install-recommends gnupg2 ca-certificates \
&& apt-get -y install gnupg2 ca-certificates \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /usr/local/bin
Expand Down

0 comments on commit 73d923c

Please sign in to comment.