Skip to content

Commit 6b2a2c0

Browse files
committed
Add tzdata-legacy package for Debian 13 (trixie) based image
This commit adds `tzdata-legacy` package for Debian 13 (trixie) based image since rails/devcontainer#99 Related to rails#49648
1 parent d3d17c2 commit 6b2a2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
99
mariadb-client libmariadb-dev \
1010
postgresql-client postgresql-contrib libpq-dev \
1111
ffmpeg mupdf mupdf-tools libvips-dev poppler-utils \
12-
libxml2-dev sqlite3 imagemagick
12+
libxml2-dev sqlite3 imagemagick tzdata-legacy
1313

1414
# Add the Rails main Gemfile and install the gems. This means the gem install can be done
1515
# during build instead of on start. When a fork or branch has different gems, we still have an

0 commit comments

Comments
 (0)