Skip to content

Commit

Permalink
fix: model a docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MitaWinata committed Jan 8, 2024
1 parent 770fc03 commit e32be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/a/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9.18-slim AS base

RUN apt-get update \
RUN apt-get update && \
apt-get clean && apt-get autoclean && apt-get autoremove

ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit e32be48

Please sign in to comment.