Skip to content

Commit

Permalink
remove python3-distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
rferrazz committed Jun 7, 2021
1 parent 06d6503 commit 30946d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD resources/shell-wrapper /usr/bin/shell-wrapper
ADD resources/install_clean /usr/bin/install_clean
ADD resources/yocto-env /opt/tools/yocto-env

RUN install_clean vim git wget libncurses5-dev python3-distutils
RUN install_clean vim git wget libncurses5-dev

# install vs-code
COPY --from=code-server /usr/lib/code-server /opt/code-server
Expand Down

0 comments on commit 30946d0

Please sign in to comment.