Update Dockerfile
All checks were successful
Publish Docker Image / docker (push) Successful in 1m26s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m26s
This commit is contained in:
parent
1e6fec351d
commit
da6e89971a
@ -1,3 +1,5 @@
|
|||||||
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get install --no-install-recommends --no-install-suggests -y tzdata ca-certificates bzip2 curl wget libc-dev libxt6 \
|
&& apt-get install --no-install-recommends --no-install-suggests -y tzdata ca-certificates bzip2 curl wget libc-dev libxt6 \
|
||||||
&& apt-get install --no-install-recommends --no-install-suggests -y `apt-cache depends firefox-esr | awk '/Depends:/{print$2}'` \
|
&& apt-get install --no-install-recommends --no-install-suggests -y `apt-cache depends firefox-esr | awk '/Depends:/{print$2}'` \
|
||||||
|
Loading…
Reference in New Issue
Block a user