Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Jan 22, 2024
1 parent e92e3bb commit b9c65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schematic/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PYTHONFAULTHANDLER=1 \
VERSION=$TAG

# run open ssl and generate certificate
RUN apt update && \
RUN apt update \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit b9c65cf

Please sign in to comment.