We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db695f9 commit c3f0498Copy full SHA for c3f0498
Dockerfile renamed to .devcontainer/Dockerfile
@@ -21,8 +21,8 @@
21
FROM ubuntu:24.04
22
23
# Install necessary packages
24
-RUN apt-get update && \
25
- apt-get install -y \
+RUN apt update && \
+ apt install -y \
26
bash-completion \
27
build-essential \
28
ccache \
@@ -36,6 +36,7 @@ RUN apt-get update && \
36
libcurl4-openssl-dev \
37
libssl-dev \
38
libxml2-dev \
39
+ lsb-release \
40
meson \
41
ninja-build \
42
pkg-config \
.devcontainer/devcontainer.json
@@ -20,7 +20,7 @@
20
{
"name": "Iceberg CPP Dev Container",
"build": {
- "dockerfile": "../Dockerfile"
+ "dockerfile": "Dockerfile"
},
"runArgs": [
"--ulimit=core=-1",
0 commit comments