Skip to content

Commit

Permalink
fix: base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed May 23, 2024
1 parent a962467 commit adb1de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ RUN apt-get update && apt-get install -y \
libpopt0

# Installing Postgres
RUN apt-get update && apt-get install -y postgresql postgresql-contrib
RUN apt-get install -y postgresql postgresql-contrib

# Install Redis
RUN apt-get update && apt-get install -y redis-server
RUN apt-get install -y redis-server

# Install MinIO
ARG TARGETARCH
Expand Down

0 comments on commit adb1de0

Please sign in to comment.