Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
geumdo_docs
Commits
ea7ff45b
Commit
ea7ff45b
authored
Jun 13, 2025
by
Administrator
Browse files
Update Dockerfile
parent
df5258c5
Changes
1
Show whitespace changes
Inline
Side-by-side
docker_examples/Dockerfile
View file @
ea7ff45b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment