Skip to content

Commit

Permalink
fix(build): allow release info change to prevent failed builds (uber#…
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Aug 17, 2021
1 parent b3ea875 commit c027478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM uber/web-base-image:14.15.4-buster
WORKDIR /baseui

# Install zhCn fonts
RUN apt update && apt install fonts-wqy-zenhei
RUN apt update --allow-releaseinfo-change && apt install fonts-wqy-zenhei
# Copy manifests and install dependencies.
# Doing this before a build step can more effectively leverage Docker caching.
COPY package.json yarn.lock /baseui/
Expand Down

0 comments on commit c027478

Please sign in to comment.