Skip to content

Commit

Permalink
fix: apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Jun 22, 2024
1 parent 9713581 commit 1ad3309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mule/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG APP_NAME
WORKDIR /app

# Install host build dependencies.
RUN apt install --no-install-recommends clang lld git pkg-config -y
RUN apt update && apt install --no-install-recommends clang lld git pkg-config -y

# Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/
Expand Down

0 comments on commit 1ad3309

Please sign in to comment.