Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
(cherry picked from commit e6a6964)
  • Loading branch information
osma committed Oct 1, 2024
1 parent 676d9fc commit 4fd4c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL description="A Docker image for Skosmos with Apache httpd."
ARG DEBIAN_FRONTEND=noninteractive

# git is necessary for some composer packages e.g. davidstutz/bootstrap-multiselect
# gettext is necessary as php-gettext was available in 18.04, but not in 20.04
# gettext is necessary as php-gettext was available in 18.04, but not in 22.04
RUN apt-get update && apt-get install -y \
apache2 \
curl \
Expand Down

0 comments on commit 4fd4c5e

Please sign in to comment.