Skip to content

Commit

Permalink
Fixing the apt get command in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nvasta committed Jun 7, 2024
1 parent 8d8309b commit 79b00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.edgerouter
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM debian:bookworm
# Set the Current Working Directory inside the container
WORKDIR /edgerouter

RUN apt-get update && apt-get install -y ca-certificate
RUN apt-get update && apt-get install -y ca-certificates

# Copy the Pre-built binary file from the previous stage
COPY --from=builder /edgerouter/edgerouter .
Expand Down

0 comments on commit 79b00e5

Please sign in to comment.