File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/universal
1+ # FROM mcr.microsoft.com/devcontainers/universal
2+ FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04
23
3- RUN cd /root && \
4- curl -L -o autoconf.tar.gz https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz && \
5- tar fxz autoconf.tar.gz && \
6- cd autoconf-2.71 && \
7- ./configure --prefix=/usr && \
8- make && \
9- make install && \
10- cd .. && \
11- rm -rf autoconf-2.71 autoconf.tar.gz
4+ # RUN cd /root && \
5+ # curl -L -o autoconf.tar.gz https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz && \
6+ # tar fxz autoconf.tar.gz && \
7+ # cd autoconf-2.71 && \
8+ # ./configure --prefix=/usr && \
9+ # make && \
10+ # make install && \
11+ # cd .. && \
12+ # rm -rf autoconf-2.71 autoconf.tar.gz
1213
1314ARG USERNAME=codespace
1415ARG USER_UID=1000
You can’t perform that action at this time.
0 commit comments