Skip to content

Commit 94394b2

Browse files
committed
use smaller ubuntu image
1 parent 0cd3f0a commit 94394b2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.devcontainer/Dockerfile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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

1314
ARG USERNAME=codespace
1415
ARG USER_UID=1000

0 commit comments

Comments
 (0)