Compare commits

..

No commits in common. "90a058acd27c7e37abee1cce365bc300ee5ff603" and "3967a4e2799b32b3d042daf4c151140afe698857" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM debian
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list.d/backports.list && \
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list && \
apt-get update && apt-get install --no-install-recommends -y \
busybox \
ca-certificates \
@ -12,8 +12,8 @@ RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/
kmod \
nano \
openssh-server \
python3 \
python3-apt \
python \
python-apt \
esmtp \
systemd-sysv \
udev \

View File

@ -57,7 +57,7 @@
<body>
<div ng-cloak ng-if="onestudent">
<div ng-controller="StudentProgressionController" class="m-4">
<div class="card-group offset-md-1 col-md-10 offset-lg-2 col-lg-8">
<div class="card-group col-6 offset-3">
<div class="card">
<img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}">
</div>