Closed csgaee closed 1 year ago
after issuing docker-compose up -d this error showed
docker-compose up -d
Step 15/24 : RUN add-pkg --virtual build-dependencies curl build-base && mkdir jsonlz4 && mkdir lz4 && curl -# -L {$JSONLZ4_URL} | tar xz --strip 1 -C jsonlz4 && curl -# -L {$LZ4_URL} | tar xz --strip 1 -C lz4 && mv jsonlz4/src/ref_compress/*.c jsonlz4/src/ && cp lz4/lib/lz4.* jsonlz4/src/ && cd jsonlz4 && gcc -static -Wall -o dejsonlz4 src/dejsonlz4.c src/lz4.c && gcc -static -Wall -o jsonlz4 src/jsonlz4.c src/lz4.c && strip dejsonlz4 jsonlz4 && cp -v dejsonlz4 /usr/bin/ && cp -v jsonlz4 /usr/bin/ && cd .. && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]* ---> Using cache ---> cc3312059b74 Step 16/24 : RUN add-pkg firefox=${FIREFOX_VERSION} ---> Running in 1f198365901d fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: firefox (no such package): required by: world[firefox=108.0.1-r1] ERROR: Service 'browser' failed to build: The command '/bin/sh -c add-pkg firefox=${FIREFOX_VERSION}' returned a non-zero code: 1
note => I'm using Debian
change https://github.com/jlesage/docker-firefox.git#1b36ec0101277ccf18ed57db5836ae6bfc53a4d5 in docker-compose file
what is the location of this file @csgaee ? and which line please? @zmallen
after issuing
docker-compose up -d
this error showedStep 15/24 : RUN add-pkg --virtual build-dependencies curl build-base && mkdir jsonlz4 && mkdir lz4 && curl -# -L {$JSONLZ4_URL} | tar xz --strip 1 -C jsonlz4 && curl -# -L {$LZ4_URL} | tar xz --strip 1 -C lz4 && mv jsonlz4/src/ref_compress/*.c jsonlz4/src/ && cp lz4/lib/lz4.* jsonlz4/src/ && cd jsonlz4 && gcc -static -Wall -o dejsonlz4 src/dejsonlz4.c src/lz4.c && gcc -static -Wall -o jsonlz4 src/jsonlz4.c src/lz4.c && strip dejsonlz4 jsonlz4 && cp -v dejsonlz4 /usr/bin/ && cp -v jsonlz4 /usr/bin/ && cd .. && del-pkg build-dependencies && rm -rf /tmp/* /tmp/.[!.]* ---> Using cache ---> cc3312059b74 Step 16/24 : RUN add-pkg firefox=${FIREFOX_VERSION} ---> Running in 1f198365901d fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: firefox (no such package): required by: world[firefox=108.0.1-r1] ERROR: Service 'browser' failed to build: The command '/bin/sh -c add-pkg firefox=${FIREFOX_VERSION}' returned a non-zero code: 1
note => I'm using Debian