File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN cabal --version \
26
26
&& cabal update
27
27
28
28
# Builder ###############################################################
29
- FROM alpine-builder-base as alpine-builder
29
+ FROM alpine-builder-base AS alpine-builder
30
30
ARG pandoc_commit=main
31
31
RUN git clone --branch=$pandoc_commit --depth=1 --quiet \
32
32
https://github.com/jgm/pandoc /usr/src/pandoc
@@ -102,7 +102,7 @@ RUN apk --no-cache add librsvg; \
102
102
apk --no-cache add rsvg-convert || true
103
103
104
104
# LaTeX #################################################################
105
- FROM alpine-core as alpine-latex
105
+ FROM alpine-core AS alpine-latex
106
106
107
107
# NOTE: to maintainers, please keep this listing alphabetical.
108
108
RUN apk --no-cache add \
@@ -159,7 +159,7 @@ RUN echo "binary_x86_64-linuxmusl 1" >> /root/texlive.profile \
159
159
WORKDIR /data
160
160
161
161
# extra ##############################################################
162
- FROM alpine-latex as alpine-extra
162
+ FROM alpine-latex AS alpine-extra
163
163
164
164
COPY common/extra/packages.txt /root/extra_packages.txt
165
165
COPY common/extra/requirements.txt /root/extra_requirements.txt
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apk --no-cache add \
19
19
COPY cabal.root.config /root/.cabal/config
20
20
21
21
# Builder ###############################################################
22
- FROM static-builder-base as static-builder
22
+ FROM static-builder-base AS static-builder
23
23
ARG pandoc_commit=main
24
24
RUN git clone --branch=$pandoc_commit --depth=1 --quiet \
25
25
https://github.com/jgm/pandoc /usr/src/pandoc
@@ -51,7 +51,7 @@ RUN find dist-newstyle \
51
51
-exec cp '{}' /usr/local/bin/ ';'
52
52
53
53
# Minimal ###############################################################
54
- FROM scratch as static-minimal
54
+ FROM scratch AS static-minimal
55
55
ARG pandoc_version=edge
56
56
LABEL maintainer=
'Albert Krewinkel <[email protected] >'
57
57
LABEL org.pandoc.maintainer=
'Albert Krewinkel <[email protected] >'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN cabal --version \
30
30
&& cabal update
31
31
32
32
# Builder ###############################################################
33
- FROM ubuntu-builder-base as ubuntu-builder
33
+ FROM ubuntu-builder-base AS ubuntu-builder
34
34
ARG pandoc_commit=main
35
35
RUN git clone --branch=$pandoc_commit --depth=1 --quiet \
36
36
https://github.com/jgm/pandoc /usr/src/pandoc
@@ -113,7 +113,7 @@ RUN apt-get -q --no-allow-insecure-repositories update \
113
113
&& rm -rf /var/lib/apt/lists/*
114
114
115
115
# LaTeX ##############################################################
116
- FROM ubuntu-core as ubuntu-latex
116
+ FROM ubuntu-core AS ubuntu-latex
117
117
118
118
# NOTE: to maintainers, please keep this listing alphabetical.
119
119
RUN apt-get -q --no-allow-insecure-repositories update \
@@ -166,7 +166,7 @@ RUN ( [ -z "$texlive_version" ] || printf '-t\n%s\n"' "$texlive_version" \
166
166
WORKDIR /data
167
167
168
168
# extra ##############################################################
169
- FROM ubuntu-latex as ubuntu-extra
169
+ FROM ubuntu-latex AS ubuntu-extra
170
170
171
171
COPY common/extra/packages.txt /root/extra_packages.txt
172
172
COPY common/extra/requirements.txt /root/extra_requirements.txt
You can’t perform that action at this time.
0 commit comments