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
RUN cargo install diesel_cli --no-default-features --features postgres
21
-
COPY --from=static_assets . /assets
21
+
COPY --from=static_assets . /assets
22
22
23
23
#######################
24
24
# Build assets #
25
25
#######################
26
-
FROM ubuntu:latest AS editoast_assets
27
-
RUN apt update && apt install --yes wget
28
-
RUN wget https://github.com/flother/spreet/releases/download/v0.11.0/spreet-x86_64-unknown-linux-musl.tar.gz
29
-
RUN tar xvf spreet-x86_64-unknown-linux-musl.tar.gz --directory /usr/bin
30
-
RUN wget http://github.com/stadiamaps/sdf_font_tools/releases/download/cli-v1.4.2/build_pbf_glyphs.x86_64-unknown-linux-gnu -O /usr/bin/build_pbf_glyphs
0 commit comments