Skip to content
Snippets Groups Projects
Commit ef601cbf authored by Galtier Virginie's avatar Galtier Virginie
Browse files

updated version of the docker image

parent 8fe820b5
No related branches found
No related tags found
No related merge requests found
Pipeline #48057 passed
Showing
with 15 additions and 7 deletions
......@@ -41,11 +41,10 @@ RUN chown -R abc:abc /home/abc/.mozilla/
## Python
RUN apt-get install -y python3 python3-venv
RUN apt-get install -y python3 python3-venv python3-pip pip
# Pytest
RUN apt-get install -y python3-pytest
# Python lib
RUN sudo apt-get install -y pip
# latest VSCodium version
RUN wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
......@@ -57,10 +56,10 @@ RUN sed -i 's/\/usr\/share\/codium\/codium /\/usr\/share\/codium\/codium --no-sa
RUN mkdir -p /home/abc/.vscode-oss/extensions && chown -R abc:abc /home/abc/.vscode-oss && cd /home/abc/.vscode-oss/extensions && wget https://openvsxorg.blob.core.windows.net/resources/ms-python/python/2023.12.0/ms-python.python-2023.12.0.vsix && unzip ms-python.python-2023.12.0.vsix
# Filius (a network simulator)
RUN apt-get install -y openjdk-17-jdk openjdk-17-jre
RUN wget https://www.lernsoftware-filius.de/downloads/Setup/filius_2.5.1_all.deb && apt install -y ./filius_2.5.1_all.deb && rm filius_2.5.1_all.deb
RUN mkdir /home/abc/.filius && chown -R abc:abc /home/abc/.filius
COPY konfig.xml /home/abc/.filius
#RUN apt-get install -y openjdk-17-jdk openjdk-17-jre
#RUN wget https://www.lernsoftware-filius.de/downloads/Setup/filius_2.5.1_all.deb && apt install -y ./filius_2.5.1_all.deb && rm filius_2.5.1_all.deb
#RUN mkdir /home/abc/.filius && chown -R abc:abc /home/abc/.filius
#COPY konfig.xml /home/abc/.filius
# JASPER (for the Alternate Bit Protocol simulation)
# use "appletviewer jasper-1.7/html/ABP.html" to launch the applet
......@@ -68,6 +67,15 @@ COPY jasper-1.7.zip /home/abc/
RUN unzip /home/abc/jasper-1.7.zip -d /home/abc/ && rm /home/abc/jasper-1.7.zip && chown -R abc:abc /home/abc/jasper-1.7
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y openjdk-8-jdk
# pour Jérôme François
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y hping3 wireshark
RUN pip install --no-cache-dir --upgrade --break-system-packages pip && \
pip install --no-cache-dir --break-system-packages streamlit pillow
RUN mkdir -p /home/abc/gallery
COPY JeromeFrancois/ /home/abc/gallery/
RUN chown -R abc:abc /home/abc/gallery && usermod -d /home/abc/gallery abc
# Clean up
RUN apt-get clean && \
......
Docker/JeromeFrancois/albums/cats/0000.jpg

886 B

Docker/JeromeFrancois/albums/cats/0001.jpg

899 B

Docker/JeromeFrancois/albums/cats/0002.jpg

884 B

Docker/JeromeFrancois/albums/cats/0003.jpg

886 B

Docker/JeromeFrancois/albums/cats/0004.jpg

958 B

Docker/JeromeFrancois/albums/cats/0005.jpg

911 B

Docker/JeromeFrancois/albums/cats/0006.jpg

946 B

Docker/JeromeFrancois/albums/cats/0007.jpg

933 B

Docker/JeromeFrancois/albums/cats/0008.jpg

1000 B

Docker/JeromeFrancois/albums/cats/0009.jpg

958 B

Docker/JeromeFrancois/albums/cats/0010.jpg

972 B

Docker/JeromeFrancois/albums/cats/0011.jpg

852 B

Docker/JeromeFrancois/albums/cats/0012.jpg

881 B

Docker/JeromeFrancois/albums/cats/0013.jpg

868 B

Docker/JeromeFrancois/albums/cats/0014.jpg

874 B

Docker/JeromeFrancois/albums/cats/0015.jpg

836 B

Docker/JeromeFrancois/albums/cats/0016.jpg

898 B

Docker/JeromeFrancois/albums/cats/0017.jpg

922 B

Docker/JeromeFrancois/albums/cats/0018.jpg

935 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment