We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ca4a5 + 8f04550 commit e382428Copy full SHA for e382428
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bpssysadmin/rt-base-debian:RT-5.0.8-buster-20250509
+FROM bpssysadmin/rt-base-debian:RT-6.0.2-bullseye-20250903
2
3
LABEL maintainer="Best Practical Solutions <contact@bestpractical.com>"
4
@@ -19,7 +19,6 @@ RUN cd /usr/local/src \
19
&& git checkout $RT_VERSION \
20
&& ./configure.ac \
21
--enable-developer \
22
- --enable-gd \
23
--enable-graphviz \
24
--with-db-type="$RT_DB_TYPE" \
25
--with-db-database="$RT_DB_NAME" \
0 commit comments