You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I can't install the required libs.
Step 9/14 : RUN apt-get update -qq && apt-get install -qqy --no-install-recommends curl=7.52* jq=1.5* bash=4.4* git=1:2.11* make=4.1* gcc=4:6.3* && rm -rf /var/lib/apt/lists/*
---> Running in 5a6c9f0ff7a1
E: Version '7.52*' for 'curl' was not found
E: Version '4.4*' for 'bash' was not found
E: Version '1:2.11*' for 'git' was not found
E: Version '4.1*' for 'make' was not found
E: Version '4:6.3*' for 'gcc' was not found
### FAILED rubocop 20:23:05Z (31.158s)
I found that for some linters there is apk instead of apt-get update
Could this be the issue?
The text was updated successfully, but these errors were encountered:
For some reason, I can't install the required libs.
I found that for some linters there is
apk
instead ofapt-get update
Could this be the issue?
The text was updated successfully, but these errors were encountered: