Fix: Docker build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m42s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m42s
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
FROM pandoc/latex:3-debian
|
FROM docker.io/pandoc/latex:3-debian
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
RUN apt-get install curl -y
|
RUN apt-get install curl -y
|
||||||
|
|||||||
Reference in New Issue
Block a user