Compare commits
2 Commits
3967a4e279
...
90a058acd2
Author | SHA1 | Date | |
---|---|---|---|
90a058acd2 | |||
def7cc45f5 |
@ -1,6 +1,6 @@
|
||||
FROM debian
|
||||
|
||||
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list && \
|
||||
RUN echo "deb http://deb.debian.org/debian bullseye-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 buster-backports main" >> /etc/apt/so
|
||||
kmod \
|
||||
nano \
|
||||
openssh-server \
|
||||
python \
|
||||
python-apt \
|
||||
python3 \
|
||||
python3-apt \
|
||||
esmtp \
|
||||
systemd-sysv \
|
||||
udev \
|
||||
|
@ -57,7 +57,7 @@
|
||||
<body>
|
||||
<div ng-cloak ng-if="onestudent">
|
||||
<div ng-controller="StudentProgressionController" class="m-4">
|
||||
<div class="card-group col-6 offset-3">
|
||||
<div class="card-group offset-md-1 col-md-10 offset-lg-2 col-lg-8">
|
||||
<div class="card">
|
||||
<img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user