Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Mar 29, 2024
1 parent 57f1927 commit fa48ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Use a base image (e.g., Ubuntu)
FROM ubuntu:latest
# Use a base image
FROM alpine:latest

ENV DEBIAN_FRONTEND noninteractive
ENV TZ Etc/UTC
# Install necessary dependencies
RUN apt-get update && \
apt-get install -y build-essential tcl wget && \
apt-get install -y --no-install-recommends tzdata && \
rm -rf /var/lib/apt/lists/*

# Download, compile, and install Redis
Expand Down

0 comments on commit fa48ba3

Please sign in to comment.