Skip to content

Commit

Permalink
Use Ubuntu as the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon authored Dec 1, 2024
1 parent 62f8406 commit aed995a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Debian latest as the base image
FROM debian:latest
# Use Ubuntu latest as the base image
FROM ubuntu:latest

# Set environment variables to reduce interaction during package installation
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -140,4 +140,4 @@ RUN chmod +x /entrypoint.sh
WORKDIR /app

# Set the entrypoint
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit aed995a

Please sign in to comment.