Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsellers authored Dec 19, 2023
1 parent 55208f5 commit 3e88be8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
FROM nextcloud:latest

RUN apt-get update && \
add-apt-repository ppa:ondrej/php && \
apt-get update && \
apt-get install -y php-bz2 && \
apt-get update && \
apt-get install -y lsb-release && \
Expand All @@ -17,4 +15,4 @@ COPY start.sh /
RUN chmod +x /start.sh
CMD /start.sh

ENV NEXTCLOUD_UPDATE=41
ENV NEXTCLOUD_UPDATE=42

0 comments on commit 3e88be8

Please sign in to comment.