Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-404 authored Dec 5, 2024
1 parent d97bb58 commit ee3dfe8
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
@@ -1,6 +1,6 @@
FROM python:3.9-slim-buster

RUN apt upadte -y && apt install awscli -y
RUN apt update -y && apt install awscli -y

WORKDIR /app

Expand Down

0 comments on commit ee3dfe8

Please sign in to comment.