Skip to content

Commit

Permalink
fix(devcontainer) dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed Apr 30, 2024
1 parent 43c985a commit 1b9d934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ USER root
ARG TARGETARCH

# BASE
RUN dnf install -y git jq make unzip && \
dnf clean all
RUN apt update && apt install -y git jq make unzip

# YQ
RUN cd /tmp && \
Expand Down

0 comments on commit 1b9d934

Please sign in to comment.