alnoda-workspace:2.0

This commit is contained in:
bluxmit 2023-07-20 12:34:16 +00:00
parent 843c901fff
commit d4e65db288
3 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM alnoda/ubuntu-workspace:5.10-20.04
FROM alnoda/ubuntu-workspace:0.1-22.04
# Make image Alnoda-compatible - add dir for logs
USER root

View file

@ -4,7 +4,7 @@ name: Alnoda workspace
doc_url: https://docs.alnoda.org/
repository: https://github.com/bluxmit/alnoda-workspaces
author: bluxmit
version: 1.1
version: 2.0
date: 15-03-2023
description: |
Hyperflexible isolated containerized development environment which is actually easy to use

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
COPY unified-supervisord.conf supervisord.conf /etc/supervisord/
COPY mc.ini /home/abc/.config/mc/ini
@ -125,7 +125,6 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& mv ttyd.x86_64 /usr/bin/ttyd \
&& chmod +x /usr/bin/ttyd \
&& echo "------------------------------------------------------ User" \
&& chown abc /etc/timezone \
&& chown abc /home/project \
&& mkdir -p /home/abc/bin \
&& chown abc /home/abc/bin \
@ -159,7 +158,7 @@ RUN git config --global credential.helper cache \
&& sh /tmp/nix.sh --no-daemon \
&& rm /tmp/nix.sh \
&& echo "------------------------------------------------------ Pipx" \
&& sudo apt-get -y install python3.8-venv \
&& sudo apt-get -y install python3.10-venv \
&& python3 -m pip install --user pipx \
&& python3 -m pipx ensurepath