Skip to content

Commit f571e0a

Browse files
committed
git action test with dockerfile update
1 parent 38cef19 commit f571e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV LANG en_US.UTF-8
2929
ENV LANGUAGE en_US.UTF-8
3030

3131
# -o Acquire::Check-Valid-Until=false
32-
RUN apt-get update && apt-get -yq dist-upgrade && \
32+
RUN apt-get update && \
3333
apt-get install -yq build-essential libcairo2-dev pkg-config mariadb-client cron rsync && \
3434
apt-get clean && rm -rf /var/lib/apt/lists/*
3535

0 commit comments

Comments
 (0)