Skip to content

Commit

Permalink
feat: Change baseimage to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynn620 committed Mar 6, 2022
1 parent be0bdcd commit eda57fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
FROM phusion/baseimage:bionic-1.0.0
FROM phusion/baseimage:focal-1.0.0

ENV DEBIAN_FRONTEND noninteractive

RUN sed -i 's/archive.ubuntu.com/tw.archive.ubuntu.com/g' /etc/apt/sources.list && \
apt-get update && apt-get install -y \
curl \
fcgiwrap \
spawn-fcgi \
unzip \
vim \
wget \
cpanminus \
build-essential \
nginx \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit eda57fd

Please sign in to comment.