Commit ea7ff45b authored by Administrator's avatar Administrator
Browse files

Update Dockerfile

parent df5258c5
......@@ -6,9 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# package procedure(update&upgrade&install)
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y vim net-tools zip unzip apt-utils iputils-ping wget tar curl language-pack-ko openssh-server openjdk-17-jdk maven mariadb-server python3 python3-venv python3-pip && \
apt-get install -y libfuse2 libglu1-mesa ibwebkit2gtk-4.0-dev
#아래 쪽은 prusaSlicer를 위한 library임
apt-get install -y vim net-tools zip unzip apt-utils iputils-ping wget tar curl language-pack-ko openssh-server openjdk-17-jdk maven
# Set up configuration for SSH
RUN mkdir /var/run/sshd
RUN echo 'root:!@#gds$%^' | chpasswd
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment