mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
fix Dockerfile per codefactor recommends
This commit is contained in:
parent
94f0b7362d
commit
880165ce91
@ -28,7 +28,9 @@ ADD package.json /app/
|
||||
|
||||
RUN chown -R zimit /app
|
||||
|
||||
RUN apt-get update && apt-get install -qqy fonts-stix
|
||||
RUN apt-get update && apt-get install --no-install-recommends -qqy fonts-stix \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN yarn install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user