remove duplicate package installs

This commit is contained in:
Lukas Wingerberg
2023-10-23 20:07:07 +02:00
committed by GitHub
parent 4e91a8e61e
commit 45f41e0069

View File

@@ -19,14 +19,9 @@ RUN mkdir -p ${WEBSERVER_FOLDER}/assets/romm && \
RUN apk add --upgrade \
bash \
curl \
gcc \
musl-dev \
netcat-openbsd \
mariadb-connector-c \
mariadb-connector-c-dev \
python3 \
python3-dev \
py3-pip
python3
# Install additional build dependencies
RUN apk add --upgrade \
@@ -93,4 +88,4 @@ COPY --from=production-stage / /
# Expose ports and start
EXPOSE 8080
WORKDIR /romm
CMD ["/init"]
CMD ["/init"]