Skip to content
Snippets Groups Projects
Commit 4132e78b authored by Louis's avatar Louis :fire:
Browse files

Downgrade Debian Version

parent 5543e45b
No related branches found
No related tags found
No related merge requests found
Pipeline #114 failed with stage
in 1 minute and 29 seconds
FROM debian:11-slim FROM debian:9-slim
RUN apt-get update -yqq && \ RUN apt-get update -yqq && \
apt-get upgrade -yqq && \ apt-get upgrade -yqq && \
...@@ -26,4 +26,4 @@ RUN mkdir build && \ ...@@ -26,4 +26,4 @@ RUN mkdir build && \
RUN cp build/msdf-atlas-gen /usr/bin/msdf-atlas-gen RUN cp build/msdf-atlas-gen /usr/bin/msdf-atlas-gen
ENTRYPOINT [ "msdf-atlas-gen" ] ENTRYPOINT [ "msdf-atlas-gen" ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment