Skip to content

Commit bce4827

Browse files
authored
Merge pull request #58 from Ilyes512/remove-xsl-dev-dep
Added libxslt1-dev to purge list
2 parents 45b3bd8 + 8ee04d3 commit bce4827

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Ilyes Ahidar
3+
Copyright (c) 2025 Ilyes Ahidar
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ RUN apt-get update \
121121
libxml2-dev \
122122
libpq-dev \
123123
librabbitmq-dev \
124+
libxslt1-dev \
124125
libmemcached-dev \
125126
zlib1g-dev \
126127
# Cleanup

fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ RUN apt-get update \
121121
libxml2-dev \
122122
libpq-dev \
123123
librabbitmq-dev \
124+
libxslt1-dev \
124125
libmemcached-dev \
125126
zlib1g-dev \
126127
# Cleanup

0 commit comments

Comments
 (0)