Skip to content

Commit

Permalink
๐Ÿš€ feat: v0.1.9 ๋ฐฐํฌ (#43)
Browse files Browse the repository at this point in the history
* ๐Ÿ‘ท ci: ๋„์ปคํŒŒ์ผ ํฐํŠธ ์„ค์น˜ ์ˆ˜์ •
  • Loading branch information
Hyyena authored Jan 5, 2024
1 parent fa4a3b3 commit d3c9f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-maple-stamp-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CONTAINER_JAR_FILE=app-maple-stamp-api.jar
COPY ${JAR_FILE} ${CONTAINER_JAR_FILE}

# Install Fonts
RUN apt-get DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
fontconfig \
fonts-liberation

Expand Down

0 comments on commit d3c9f37

Please sign in to comment.