Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[QUESTION]: ERROR [2/6] RUN apk update && apk add python make g++ #2490

Answered by javiercanillas
dzx2018 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, found a workaround for this.. on the file docker/ui/Dockerfile in line 9, we need to change:

RUN apk update && apk add python make g++

to

RUN apk update && apk add --no-cache python3 py3-pip  make g++

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@javiercanillas
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by peterlau
Comment options

You must be logged in to vote
1 reply
@peterlau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #2481 on September 28, 2021 16:47.