Skip to content

Commit becb346

Browse files
committed
do apt upgrade
1 parent 04c56a4 commit becb346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReverseProxy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dockerfile
22
FROM nginx
3+
RUN apt update && apt upgrade -y
34
RUN rm /etc/nginx/conf.d/default.conf
45
COPY nginx.conf /etc/nginx/nginx.conf
56
EXPOSE 80
6-
CMD ["nginx", "-g", "daemon off;"]
7+
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)