Skip to content

Commit

Permalink
build(docker): switch base image to ubuntu:latest and add cpanminus
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Dec 13, 2024
1 parent 7a0a987 commit a3e4408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM perl:5.40
FROM ubuntu:latest

COPY . /usr/src/sentra
WORKDIR /usr/src/sentra

RUN apt-get update && apt-get install -y \
cpanminus \
libdatetime-perl \
libssl-dev \
libexpat1-dev \
Expand Down

0 comments on commit a3e4408

Please sign in to comment.