Skip to content

Commit a7dd280

Browse files
committed
update dependence for dockerfile
1 parent f297873 commit a7dd280

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
88
ENV LANG=C.UTF-8
99
ENV LANGUAGE=C.UTF-8
1010
ENV LC_ALL=C.UTF-8
11+
1112
# Use https for apt repositories
1213
RUN apt update && \
1314
apt install -y --no-install-recommends apt-transport-https ca-certificates && \

docker/Dockerfile.full

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM tutorial_base
1+
FROM ghcr.io/xs-mlvp/envbase:latest
22

33
USER user
44
WORKDIR /workspace
55

6-
76
RUN echo 'export PATH="$HOME/.local/bin:$PATH"' >> /home/user/.bashrc
87

98
RUN git clone https://github.com/XS-MLVP/tutorial-records.git --depth=1 && \

0 commit comments

Comments
 (0)