We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907e9a5 commit b4f1846Copy full SHA for b4f1846
docker/Dockerfile.app
@@ -58,7 +58,7 @@ RUN useradd -m -s /bin/bash appuser
58
RUN if [ -n "$APK_MIRROR_ARG" ]; then \
59
sed -i "[email protected]@${APK_MIRROR_ARG}@g" /etc/apt/sources.list.d/debian.sources; \
60
fi && \
61
- apt-get update && apt-get upgrade -y && \
+ apt-get update && \
62
apt-get install -y --no-install-recommends \
63
build-essential postgresql-client default-mysql-client ca-certificates tzdata sed curl bash vim wget \
64
python3 python3-pip python3-dev libffi-dev libssl-dev \
0 commit comments