File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- FROM fedora:latest
1+ FROM docker.io/ fedora:latest
22
33ARG VERSION
44ARG USER_NAME=dev
@@ -12,7 +12,8 @@ RUN passwd -l root && \
1212 chmod 755 /home/$USER_NAME
1313
1414RUN dnf update -y && \
15- dnf install -y curl nano wget net-tools openssl git nodejs golang python3 && \
15+ dnf install -y curl nano wget net-tools openssl git go-task nodejs golang python3 wasmedge && \
16+ ln -s /usr/bin/go-task /usr/bin/task && \
1617 rpm --restore shadow-utils && \
1718 dnf clean all && \
1819 rm -rf /tmp/* /var/tmp/* /var/cache /var/log/dnf*
Original file line number Diff line number Diff line change 33# set defaults for env vars
44LOCALE=" ${LOCALE:- en} "
55PORT=8080
6- EXTENSIONS=" golang.go|ms-python.python|ms-python.debugpy|eamodio.gitlens|humao.rest-client|esbenp.prettier-vscode|dbaeumer.vscode-eslint|ecmel.vscode-html-css|pkief.material-icon-theme|dreamcatcher45.podmanager |${EXTENSIONS} "
6+ EXTENSIONS=" golang.go|ms-python.python|ms-python.debugpy|eamodio.gitlens|humao.rest-client|esbenp.prettier-vscode|dbaeumer.vscode-eslint|ecmel.vscode-html-css|pkief.material-icon-theme|task.vscode-task |${EXTENSIONS} "
77EXTENSIONS=${EXTENSIONS% |}
88export PASSWORD=" ${PASSWORD:- changeit} "
99
You can’t perform that action at this time.
0 commit comments