Skip to content

Commit

Permalink
Use install-apt insted of update+install
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Apr 15, 2023
1 parent ae3afe6 commit 4c4b584
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 @@ -5,8 +5,7 @@ USER root
WORKDIR /workspace
COPY . .

RUN apt update; \
apt install -y make g++
RUN install-apt make g++

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.11.3
Expand Down

0 comments on commit 4c4b584

Please sign in to comment.