Skip to content

Commit

Permalink
Remove asciidoc from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed May 29, 2024
1 parent c74862b commit 5cc8475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ COPY ./root /

# Update latest packages and install Prerequisites
RUN microdnf -y update \
&& microdnf -y install git ca-certificates openssh gettext openssh tzdata tar gzip bzip2 asciidoc source-highlight \
&& microdnf -y install git ca-certificates openssh gettext openssh tzdata tar gzip bzip2 source-highlight \
&& microdnf -y clean all \
&& rm -rf /var/cache/yum
# && microdnf -y install git ca-certificates openssh gettext openssh tzdata tar gzip bzip2 asciidoc source-highlight \

RUN adduser gitea --home-dir=/home/gitea \
&& mkdir ${REPO_HOME} \
Expand Down

0 comments on commit 5cc8475

Please sign in to comment.