atonyxu commited on
Commit
bce13d8
·
1 Parent(s): 319dae3
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
10
  USER root
11
  # Remove any third-party apt sources to avoid issues with expiring keys.
12
  # Install some basic utilities
 
13
  RUN rm -f /etc/apt/sources.list.d/*.list && \
14
  apt-get update && apt-get install -y --no-install-recommends \
15
  curl \
 
10
  USER root
11
  # Remove any third-party apt sources to avoid issues with expiring keys.
12
  # Install some basic utilities
13
+ RUN echo 'root:root' | chpasswd
14
  RUN rm -f /etc/apt/sources.list.d/*.list && \
15
  apt-get update && apt-get install -y --no-install-recommends \
16
  curl \